You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Убран catchError при конвертации
This commit is contained in:
@@ -47,10 +47,7 @@ class EdtToDesignerFormatTransformation implements Serializable {
|
||||
|
||||
def ringOpts =[Constants.DEFAULT_RING_OPTS]
|
||||
steps.withEnv(ringOpts) {
|
||||
steps.catchError {
|
||||
steps.cmd(ringCommand)
|
||||
}
|
||||
steps.archiveArtifacts("$WORKSPACE/.metadata/.log")
|
||||
steps.cmd(ringCommand)
|
||||
}
|
||||
|
||||
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)
|
||||
|
Reference in New Issue
Block a user