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
3854cc4003
commit
9142054085
1 changed files with 7 additions and 2 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -30,6 +30,11 @@ pipeline {
|
|||
echo 'Deploy'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
slackSend channel: '#noti',
|
||||
color: 'good',
|
||||
message: "The pipeline ${currentBuild.fullDisplayName} completed successfully."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue