Compare commits
No commits in common. "fddba6946dc5ec6f0f77326fa4be742e3db59983" and "8660b8b2ac58622d45fe08d94288d0056cbd1bee" have entirely different histories.
fddba6946d
...
8660b8b2ac
|
|
@ -97,7 +97,7 @@ pipeline {
|
|||
http://git.entcor/api/v1/repos/deployer3000/${env.IMAGE_NAME}/pulls/${prId}/merge
|
||||
"""
|
||||
echo "PR ${prId} merged successfully into main!"
|
||||
sleep(time: 15, unit: 'SECONDS')
|
||||
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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue