try to rsync with the user/key pair
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
+2
-2
@@ -133,8 +133,8 @@ pipeline {
|
||||
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/
|
||||
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/
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user