mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
DEV-1
This commit is contained in:
parent
22d2495d64
commit
dca3f21cc6
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -15,7 +15,11 @@ pipeline {
|
|||
}
|
||||
stage('Jira2') {
|
||||
steps {
|
||||
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
||||
script {
|
||||
TaskID = sh 'git log -1 --pretty=%'
|
||||
sh 'echo ${TaskID}'
|
||||
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue