mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
correct email syntax
This commit is contained in:
parent
fff622deff
commit
fcb00e698d
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -35,7 +35,9 @@ pipeline {
|
|||
}
|
||||
success {
|
||||
echo 'I succeeeded!'
|
||||
mail to: m.augier@me.com, subject: 'Build succeeded: $(JOB_NAME)'
|
||||
mail to: 'm.augier@me.com',
|
||||
subject: 'Build succeeded: $(JOB_NAME)'
|
||||
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
|
||||
}
|
||||
unstable {
|
||||
echo 'I am unstable :/'
|
||||
|
|
Loading…
Reference in a new issue