Jenkinsfile: Create artifacts directory

This commit is contained in:
Alexandre Bard 2020-09-16 11:44:50 +02:00
parent 12e9256dcf
commit 41a04188a2
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -75,6 +75,9 @@ pipeline {
script {
build_and_deploy()
}
dir ('tmp/artifacts') {
zip archive: true, dir: "${WORKSPACE}/tmp/build-${IMAGE_TYPE}", glob: "*", zipFile: "${PACKAGE_NAME}-${BUILD_VERSION}-${machine}-${IMAGE_TYPE}.zip"
}
}
}
} // stages