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