modif mail subject

This commit is contained in:
Daphné Augier 2020-04-11 19:05:11 +02:00
parent ec4ae3c058
commit 284c613833

4
Jenkinsfile vendored
View file

@ -36,8 +36,8 @@ pipeline {
success {
echo 'I succeeeded!'
mail to: 'm.augier@me.com',
subject: 'Build succeeded: $(JOB_NAME)',
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}"
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
body: "Eveythink OK with ${env.BUILD_URL}\n"
}
unstable {
echo 'I am unstable :/'