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