From 5e5c68393fe86c7c7f030c739d6f659da47ccf04 Mon Sep 17 00:00:00 2001 From: abhishek Date: Wed, 1 Nov 2023 13:50:21 +0530 Subject: [PATCH] Added double inverted commas --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8bdb26430..893592996 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,14 +23,14 @@ pipeline{ } post{ success{ - mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is passed', - body : 'Click Here to see more details ${BUILD_URL}', + mail subject : "Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is passed", + body : "Click Here to see more details ${BUILD_URL}", from : 'jenkins@outlook.com', to : 'abhishek16tiwary@gmail.com' } failure{ - mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is Failed', - body : 'Click Here to see more details ${BUILD_URL}', + mail subject : "Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is Failed", + body : "Click Here to see more details ${BUILD_URL}", from : 'jenkins@outlook.com', to : 'abhishek16tiwary@gmail.com' }