Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 15:30:52 +03:00 committed by GitHub
parent 7ac04ddcb9
commit 22d2495d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -10,7 +10,7 @@ pipeline {
stage('get hash') {
steps {
sh 'echo ${RELEASE_NOTES}'
sh 'echo ${GIT_COMMIT}'
sh 'echo ${GIT_COMMIT_MSG}'
}
}
stage('Jira2') {