1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-01-23 12:14:42 +02:00

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

This commit is contained in:
Nikita Gryzlov 2021-11-03 18:03:35 +03:00
parent 3a532ad365
commit 6dc9bb759f
No known key found for this signature in database
GPG Key ID: E7AE91471C6FFE04

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)