diff --git a/Jenkinsfile b/Jenkinsfile index 78e9968..07ddbbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -102,7 +102,7 @@ pipeline { steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { sh ''' #!/usr/local/bin/bash - ZIP_FILE="url-shortener_${BRANCH_NAME}_$(date "+%Y-%m-%d_%H-%M-%S").tgz" + ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION).tgz" CUR_DIR=$(pwd) bundle config set --local without 'test' bundle config set --local path "vendor"