You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Смена шага cmd на ringCommand
This commit is contained in:
@@ -50,7 +50,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
|
||||
|
||||
def ringOpts = [Constants.DEFAULT_RING_OPTS]
|
||||
steps.withEnv(ringOpts) {
|
||||
steps.cmd(ringCommand)
|
||||
steps.ringCommand(ringCommand)
|
||||
}
|
||||
|
||||
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)
|
||||
|
@@ -55,7 +55,7 @@ class EdtValidate implements Serializable {
|
||||
def ringOpts = [Constants.DEFAULT_RING_OPTS]
|
||||
steps.withEnv(ringOpts) {
|
||||
steps.catchError {
|
||||
steps.cmd(ringCommand)
|
||||
steps.ringCommand(ringCommand)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user