Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 12:59:22 +03:00 committed by GitHub
parent 0140e730ec
commit 126d384686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -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'