Проверка1
test-org/test-ci-cd/pipeline/pr-main There was a failure building this commit
Details
test-org/test-ci-cd/pipeline/pr-main There was a failure building this commit
Details
parent
7276118e98
commit
f1a8594a2f
|
|
@ -85,10 +85,11 @@ pipeline {
|
|||
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
||||
withCredentials([usernamePassword(credentialsId: 'gitea_creds', usernameVariable: 'GITEA_USER', passwordVariable: 'GITEA_PASS')]) {
|
||||
def prId = env.CHANGE_ID
|
||||
echo "GIT_COMMIT: ${env.GIT_COMMIT}"
|
||||
sh """
|
||||
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"tag_name": "${env.NEW_VERSION}", "name": "Release ${env.NEW_VERSION}", "target_commitish": "${commitHash}"}' \
|
||||
-d '{"tag_name": "${env.NEW_VERSION}", "name": "Release ${env.NEW_VERSION}", "target_commitish": "${env.GIT_COMMIT}"}' \
|
||||
"${env.GITEA_REPOSITORY_URL}deployer3000/${env.IMAGE_NAME}/releases"
|
||||
"""
|
||||
echo "New release succeeded!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue