Compare commits
No commits in common. "6e8e590ec97dc97d28fe0e67e604bec952a76dfc" and "99bccca3e6b201c8b21bd090216a415a9c382ec9" have entirely different histories.
6e8e590ec9
...
99bccca3e6
|
|
@ -97,10 +97,8 @@ pipeline {
|
|||
http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
|
||||
"""
|
||||
echo "PR ${prId} merged successfully into main!"
|
||||
sleep(time: 5, unit: 'SECONDS')
|
||||
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
||||
def prCommitHash = 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