From 284c61383353757792f4bf4ce4742ebddb5546c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Augier?= Date: Sat, 11 Apr 2020 19:05:11 +0200 Subject: [PATCH] modif mail subject --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7ee9c3673..53cd089c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 :/'