mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
9142054085
commit
88179b48e0
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -33,8 +33,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
slackSend channel: '#noti',
|
slackSend color: 'good',
|
||||||
color: 'good',
|
|
||||||
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue