Compare commits
2 Commits
99bccca3e6
...
6e8e590ec9
| Author | SHA1 | Date |
|---|---|---|
|
|
6e8e590ec9 | |
|
|
b4dc7961ec |
|
|
@ -97,8 +97,10 @@ pipeline {
|
||||||
http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
|
http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
|
||||||
"""
|
"""
|
||||||
echo "PR ${prId} merged successfully into main!"
|
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 commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
|
||||||
def prCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
|
def prCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
|
||||||
|
|
||||||
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