mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
058d81915c
commit
597e95a748
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -12,7 +12,8 @@ pipeline {
|
|||
steps {
|
||||
sh 'echo ${RELEASE_NOTES}'
|
||||
sh 'echo ${GIT_COMMIT_MSG}'
|
||||
sh 'echo 'git log -1 --pretty=%''
|
||||
def commit = sh(returnStdout: true, script: 'git log -1 --pretty=%B | cat')
|
||||
sh 'echo ${commit}'
|
||||
}
|
||||
}
|
||||
stage('Jira2') {
|
||||
|
|
Loading…
Reference in a new issue