asdasdasdasd
parent
c0650bb74e
commit
a9f122677e
|
|
@ -98,6 +98,7 @@ pipeline {
|
|||
"""
|
||||
echo "PR ${prId} merged successfully into main!"
|
||||
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
||||
def newCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
|
||||
sh """
|
||||
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue