1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-13 11:27:08 +02:00

Убрана архивация воркспейса

This commit is contained in:
Nikita Gryzlov 2020-04-29 20:28:11 +00:00
parent 26bbd5af63
commit e7e2fddd0b

View File

@ -47,8 +47,6 @@ class EdtValidate implements Serializable {
steps.cmd(ringCommand)
}
}
steps.zip(EdtTransform.WORKSPACE, "temp.workspace.zip")
steps.archiveArtifacts("temp.workspace.zip")
steps.archiveArtifacts("$EdtTransform.WORKSPACE/.metadata/.log")
steps.archiveArtifacts(RESULT_FILE)
steps.stash(RESULT_STASH, RESULT_FILE)