echo the file to see what's in there/how to handle it
Gitea Bucky/url-shortener/pipeline/head This commit looks good Details

master
Adam Townsend 2023-12-18 17:45:55 -08:00
parent 4659942800
commit 0b51b52b84
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -132,6 +132,7 @@ pipeline {
BRANCH=${BRANCH_NAME}
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION | cut -d"'" -f2).tgz"
sha256 $ZIP_FILE >> SHA256.sig
echo ${ARTIFACTS_KEY}
#rsync -e ${ARTIFACTS_KEY} SHA256.sig artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
#rsync -e ${ARTIFACTS_KEY} $ZIP_FILE artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
'''