Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 16:34:19 +03:00 committed by GitHub
parent 5fea384d68
commit 1f8cc6b9da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -12,10 +12,12 @@ pipeline {
steps {
sh 'echo ${RELEASE_NOTES}'
sh 'echo ${GIT_COMMIT_MSG}'
script {
commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim()
sh 'echo ${commit}'
}
}
}
stage('Jira2') {
steps {
script {