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 { 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: "Successful Pipeline: ${currentBuild.fullDisplayName}",
body: "Eveythink OK with ${env.BUILD_URL}\nSuccessful Pipeline: ${currentBuild.fullDisplayName}" body: "Eveythink OK with ${env.BUILD_URL}\n"
} }
unstable { unstable {
echo 'I am unstable :/' echo 'I am unstable :/'