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