use the ZIP FILE variable not ZIP_FILE text
Gitea Bucky/url-shortener/pipeline/head There was a failure building this commit
Gitea Bucky/url-shortener/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -128,7 +128,7 @@ pipeline {
|
||||
VERSION=$(cat VERSION | cut -d"'" -f2)
|
||||
BRANCH=${BRANCH_NAME}
|
||||
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION | cut -d"'" -f2).tgz"
|
||||
sha256 ZIP_FILE >> SHA256.sig
|
||||
sha256 $ZIP_FILE >> SHA256.sig
|
||||
rsync SHA256.sig artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
||||
rsync $ZIP_FILE artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user