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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue