diff --git a/Jenkinsfile b/Jenkinsfile index 05aeffb5d..588ee6de9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,11 @@ pipeline { jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992' } } + stage('get hash') { + steps { + sh 'echo ${GIT_COMMIT}' + } + } stage('Build') { steps { echo 'Running build automation'