From 126d3846860fef5e61c20c037ad346303ac47e42 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:59:22 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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'