Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 14:11:48 +03:00 committed by GitHub
parent 8113c72a5a
commit 13c67e7a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

@ -13,11 +13,11 @@ pipeline {
jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992' jiraAddComment idOrKey: '${TaskID}', comment: 'build successfull', site: 'butenko992'
} }
} }
\\ stage('get hash') { // stage('get hash') {
\\ steps { // steps {
\\ sh 'echo ${RELEASE_NOTES}' // sh 'echo ${RELEASE_NOTES}'
\\ sh 'echo ${GIT_COMMIT}' // sh 'echo ${GIT_COMMIT}'
\\ } // }
} }
stage('Build') { stage('Build') {
steps { steps {