From cf2fe6f8718f5b42ec342b23b8aa560a485e8fd4 Mon Sep 17 00:00:00 2001 From: Firassawan <35850933+Firassawan@users.noreply.github.com> Date: Mon, 9 Mar 2020 18:06:15 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b6277444..042a15ca9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,14 +26,12 @@ pipeline { success { mail to: 'firassawan@icloud.com', subject: "Succeeded Pipeline: ${currentBuild.fullDisplayName}", - body: "Email Notification: The build has successfully completed - ${env.BUILD_URL}" + body: "Email Notification: The build has successfully completed ${env.BUILD_URL}" } failure { mail to: 'firassawan@icloud.com', subject: "Failed Pipeline: ${currentBuild.fullDisplayName}", - body: "Email Notification: The build has not completed successfully - ${env.BUILD_URL}" + body: "Email Notification: The build has not completed successfully ${env.BUILD_URL}" } }