From 234a17207f6b6d6d623439e6910becc1bc562fce Mon Sep 17 00:00:00 2001 From: aravind0560 Date: Tue, 5 Aug 2025 14:39:14 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c805a644..562d29e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,12 +104,12 @@ pipeline { failure { emailext body: '''${SCRIPT, template="groovy-html.template"}''', subject: "${env.JOB_NAME} - Build # ${env.BUILD_NUMBER} - Failed", - mimeType: 'text/html',to: "ashfaque.s510@gmail.com" + mimeType: 'text/html',to: "s.aravind560@gmail.com" } success { emailext body: '''${SCRIPT, template="groovy-html.template"}''', subject: "${env.JOB_NAME} - Build # ${env.BUILD_NUMBER} - Successful", - mimeType: 'text/html',to: "ashfaque.s510@gmail.com" + mimeType: 'text/html',to: "s.aravind560@gmail.com" } } }