feat: email template added, jenkins file bug fix

This commit is contained in:
Ashir Ali
2026-05-01 00:50:31 +05:30
parent bb42581c17
commit 5fec4dd37d
2 changed files with 79 additions and 84 deletions
Vendored
+1 -1
View File
@@ -162,7 +162,7 @@ pipeline {
subject: "[Jenkins] ${env.JOB_NAME} #${env.BUILD_NUMBER} failed",
body: renderEmail('Build failed', '#dc2626', buildInfo()),
mimeType: 'text/html',
to: 'admin@msigmagokulam.com, ashir@mgsigma.net'
to: 'admin@msigmagokulam.com, ashir@mgsigma.net, kailasdevdas@msigmagokulam.com'
)
}
}