archiveArtifacts

This commit is contained in:
Primakov Alexandr Alexandrovich 2020-03-15 18:21:59 +03:00
parent 3de6f2f855
commit c798773d79

View File

@ -20,6 +20,6 @@ stage ('predeploy') {
stage ('archiving') {
// Archive the build output artifacts.
script {
archiveArtifacts artifacts: "${TARGET_FOLDER}/*"
archiveArtifacts artifacts: "${TARGET_FOLDER}/*/**"
}
}