mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Upgrade321
This commit is contained in:
parent
099b0ae5fb
commit
8ecf3d358a
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -10,6 +10,7 @@ pipeline {
|
||||||
stage('Jira2') {
|
stage('Jira2') {
|
||||||
steps {
|
steps {
|
||||||
jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992'
|
jiraAddComment idOrKey: 'DEV-1', comment: 'hello', site: 'butenko992'
|
||||||
|
env.revision = sh(script: "git log --pretty=format:\"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset\" \$prevcommit...\$GIT_COMMIT", , returnStdout: true).trim()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('get hash') {
|
stage('get hash') {
|
||||||
|
|
Loading…
Reference in a new issue