mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +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 {
|
||||
success {
|
||||
slackSend channel: '#noti',
|
||||
color: 'good',
|
||||
slackSend color: 'good',
|
||||
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue