Update 'Jenkinsfile'
This commit is contained in:
parent
025aef48c4
commit
ed6b83b8eb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -51,7 +51,7 @@ pipeline{
|
||||
//always {}
|
||||
//success {}
|
||||
failure {
|
||||
mail bcc: '', body: "<b>Failure</b><br><br>Project: ${env.JOB_NAME} <br>Build Number: ${env.BUILD_NUMBER} <br> Build URL: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: '', mimeType: 'text/html', replyTo: '', subject: "ERROR CI: ${env.JOB_NAME}", from: dany@iohub.dev, to: "dany@iohub.dev";
|
||||
mail bcc: '', body: "<b>Failure</b><br><br>Project: ${env.JOB_NAME} <br>Build Number: ${env.BUILD_NUMBER} <br> Build URL: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: '', mimeType: 'text/html', replyTo: '', subject: "ERROR CI: ${env.JOB_NAME}", from: "dany@iohub.dev", to: "dany@iohub.dev";
|
||||
}
|
||||
//unstable {}
|
||||
//changed {}
|
||||
|
Loading…
Reference in New Issue
Block a user