mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
come on!
This commit is contained in:
parent
fcb00e698d
commit
e456711d6c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
||||||
success {
|
success {
|
||||||
echo 'I succeeeded!'
|
echo 'I succeeeded!'
|
||||||
mail to: 'm.augier@me.com',
|
mail to: 'm.augier@me.com',
|
||||||
subject: 'Build succeeded: $(JOB_NAME)'
|
subject: 'Build succeeded: $(JOB_NAME)',
|
||||||
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
|
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
|
||||||
}
|
}
|
||||||
unstable {
|
unstable {
|
||||||
|
|
Loading…
Reference in a new issue