diff --git a/Jenkinsfile b/Jenkinsfile index a09cf74ad86..7091462a3f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -109,6 +109,7 @@ pipeline { stage('Check deployment') { steps { script { + def commit_hash = sh(script: 'git rev-parse HEAD', returnStdout: true).trim() try { // Wait until deployment has finished (20 retries * 30 seconds == 10 minutes) timeout(time: 10, unit: 'MINUTES') {