You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fix start step
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import ru.pulsar.jenkins.library.steps.Start
|
||||
import ru.pulsar.jenkins.library.ioc.ContextRegistry
|
||||
|
||||
void call(String script) {
|
||||
void call(String executable, String params) {
|
||||
ContextRegistry.registerDefaultContext(this)
|
||||
|
||||
Start start = new Start(script)
|
||||
Start start = new Start(executable, params)
|
||||
start.run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user