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}" ) }