use the hostname of the artifacts repository
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
+3
-3
@@ -133,9 +133,9 @@ pipeline {
|
|||||||
BRANCH=${BRANCH_NAME}
|
BRANCH=${BRANCH_NAME}
|
||||||
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION | cut -d"'" -f2).tgz"
|
ZIP_FILE="url-shortener_${BRANCH_NAME}_$(cat VERSION | cut -d"'" -f2).tgz"
|
||||||
sha256 $ZIP_FILE >> SHA256.sig
|
sha256 $ZIP_FILE >> SHA256.sig
|
||||||
ssh artifactor@10.0.0.9 mkdir -p projects/url-shortener/$BRANCH/$VERSION/$UUID
|
ssh artifactor@artifacts mkdir -p projects/url-shortener/$BRANCH/$VERSION/$UUID
|
||||||
rsync SHA256.sig artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
rsync SHA256.sig artifactor@artifacts:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
||||||
rsync $ZIP_FILE artifactor@10.0.0.9:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
rsync $ZIP_FILE artifactor@artifacts:projects/url-shortener/$BRANCH/$VERSION/$UUID/
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user