echo the file to see what's in there/how to handle it
Gitea Bucky/url-shortener/pipeline/head This commit looks good
Details
Gitea Bucky/url-shortener/pipeline/head This commit looks good
Details
parent
4659942800
commit
0b51b52b84
|
|
@ -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/
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue