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
566e1d6b48
commit
7ac04ddcb9
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -13,6 +13,11 @@ pipeline {
|
||||||
sh 'echo ${GIT_COMMIT}'
|
sh 'echo ${GIT_COMMIT}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Jira2') {
|
||||||
|
steps {
|
||||||
|
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Running build automation'
|
echo 'Running build automation'
|
||||||
|
@ -63,11 +68,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Jira2') {
|
|
||||||
steps {
|
|
||||||
jiraAddComment idOrKey: "${TaskID}", comment: 'build successfull', site: 'butenko992'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue