correct email syntax

This commit is contained in:
Daphné Augier 2020-04-11 18:26:08 +02:00
parent fff622deff
commit fcb00e698d

4
Jenkinsfile vendored
View file

@ -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 :/'