pull/29/head
yuobrezkov 2025-04-09 18:17:36 +03:00
parent 0d51a0e332
commit d0aa52bf1d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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: 5, unit: 'SECONDS')
sleep(time: 15, 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()