mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +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 {
|
||||
echo 'I succeeeded!'
|
||||
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}"
|
||||
}
|
||||
unstable {
|
||||
|
|
Loading…
Reference in a new issue