This commit is contained in:
Daphné Augier 2020-04-11 18:28:05 +02:00
parent fcb00e698d
commit e456711d6c

2
Jenkinsfile vendored
View file

@ -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 {