use version instead of date
Gitea Bucky/url-shortener/pipeline/head There was a failure building this commit
Details
Gitea Bucky/url-shortener/pipeline/head There was a failure building this commit
Details
parent
2cbe5f85b0
commit
21eeb9db72
|
|
@ -102,7 +102,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||||
sh ''' #!/usr/local/bin/bash
|
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)
|
CUR_DIR=$(pwd)
|
||||||
bundle config set --local without 'test'
|
bundle config set --local without 'test'
|
||||||
bundle config set --local path "vendor"
|
bundle config set --local path "vendor"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue