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
88179b48e0
commit
a0c7648eaa
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -32,8 +32,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
slackSend color: 'good',
|
||||
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
always {
|
||||
slackSend "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue