mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-01-24 12:16:15 +02:00
Архивация лога воркспейса
This commit is contained in:
parent
3a532ad365
commit
6dc9bb759f
@ -50,7 +50,10 @@ class EdtToDesignerFormatTransformation implements Serializable {
|
|||||||
|
|
||||||
def ringOpts =[Constants.DEFAULT_RING_OPTS]
|
def ringOpts =[Constants.DEFAULT_RING_OPTS]
|
||||||
steps.withEnv(ringOpts) {
|
steps.withEnv(ringOpts) {
|
||||||
steps.cmd(ringCommand)
|
steps.catchError {
|
||||||
|
steps.cmd(ringCommand)
|
||||||
|
}
|
||||||
|
steps.archiveArtifacts("$WORKSPACE/.metadata/.log")
|
||||||
}
|
}
|
||||||
|
|
||||||
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)
|
steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user