Compare commits

..

No commits in common. "caa5ab4c1547aa0b79941753225d0ffc10b23ac5" and "6ed95153aa179cf4f80b8f3d1557db0593dbffb3" have entirely different histories.

1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -98,6 +98,7 @@ pipeline {
"""
echo "PR ${prId} merged successfully into main!"
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
echo "Merge commit hash: ${mergeCommitHash}"
sh """
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
-H "Content-Type: application/json" \