diff --git a/Jenkinsfile b/Jenkinsfile index d407fd2d3..97f7ff220 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 :/'