Compare commits
No commits in common. "caa5ab4c1547aa0b79941753225d0ffc10b23ac5" and "6ed95153aa179cf4f80b8f3d1557db0593dbffb3" have entirely different histories.
caa5ab4c15
...
6ed95153aa
|
|
@ -98,6 +98,7 @@ pipeline {
|
||||||
"""
|
"""
|
||||||
echo "PR ${prId} merged successfully into main!"
|
echo "PR ${prId} merged successfully into main!"
|
||||||
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
||||||
|
echo "Merge commit hash: ${mergeCommitHash}"
|
||||||
sh """
|
sh """
|
||||||
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
|
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue