Compare commits
No commits in common. "846965c41ee53d0665699691f695fe35fbe3a33b" and "85bdd4c9baf4bf6b9f20fd4b669612924cc8dbfa" have entirely different histories.
846965c41e
...
85bdd4c9ba
|
|
@ -106,7 +106,7 @@ pipeline {
|
|||
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": "prCommitHash"}' \
|
||||
-d '{"tag_name": "${env.NEW_VERSION}", "name": "Release ${env.NEW_VERSION}", "target_commitish": "main"}' \
|
||||
"${env.GITEA_REPOSITORY_URL}deployer3000/${env.IMAGE_NAME}/releases"
|
||||
"""
|
||||
echo "New release succeeded!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue