mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
5fea384d68
commit
1f8cc6b9da
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -12,8 +12,10 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo ${RELEASE_NOTES}'
|
sh 'echo ${RELEASE_NOTES}'
|
||||||
sh 'echo ${GIT_COMMIT_MSG}'
|
sh 'echo ${GIT_COMMIT_MSG}'
|
||||||
commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim()
|
script {
|
||||||
sh 'echo ${commit}'
|
commit = sh (script: "git log -1 --pretty=%B", , returnStdout: true).trim()
|
||||||
|
sh 'echo ${commit}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Jira2') {
|
stage('Jira2') {
|
||||||
|
|
Loading…
Reference in a new issue