diff --git a/Jenkinsfile b/Jenkinsfile index 2ddb96f..6100c85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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