feat: email template added, jenkins file bug fix
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user