From 745172cba8d8b6d3f337b4ede9bd96b08a187532 Mon Sep 17 00:00:00 2001 From: abhishek Date: Wed, 1 Nov 2023 12:53:42 +0530 Subject: [PATCH] added commas --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 69acc55a1..8bdb26430 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,13 +25,13 @@ pipeline{ success{ 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' + 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}', - from : 'jenkins@outlook.com' + from : 'jenkins@outlook.com', to : 'abhishek16tiwary@gmail.com' } }