1
0

Архивация лога воркспейса

This commit is contained in:
Nikita Gryzlov
2021-11-03 18:03:35 +03:00
parent 3a532ad365
commit 6dc9bb759f

View File

@@ -50,7 +50,10 @@ class EdtToDesignerFormatTransformation implements Serializable {
def ringOpts =[Constants.DEFAULT_RING_OPTS]
steps.withEnv(ringOpts) {
steps.cmd(ringCommand)
steps.catchError {
steps.cmd(ringCommand)
}
steps.archiveArtifacts("$WORKSPACE/.metadata/.log")
}
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)