From c93e55913f15bc093146abf6fb1900396bd67e07 Mon Sep 17 00:00:00 2001 From: Muneeb Nezameddin <39063206+MNezameddin@users.noreply.github.com> Date: Mon, 16 Mar 2020 05:23:02 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b8878ebe3..ffb626e11 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,14 +26,14 @@ pipeline { success { mail ( to: "mnezam.31@gmail.com", - subject: "Successful Build", + subject: "Successful Build ${currentBuild.fullDisplayName}", body: "Build successful with the following ${env.BUILD_URL}" ) } failure { mail ( to: "mnezam.31@gmail.com", - subject: "Build Failure", + subject: "Build Failure ${currentBuild.fullDisplayName}", body: "Build Failure has occured with the following ${env.BUILD_URL}" ) }