1
0

Убран catchError при конвертации

This commit is contained in:
Nikita Gryzlov
2021-11-04 15:38:27 +03:00
parent 9fc54dc240
commit db645664b0

View File

@@ -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)