Update 'Jenkinsfile'
This commit is contained in:
parent
ed6b83b8eb
commit
3b40d7099d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -51,7 +51,7 @@ pipeline{
|
|||||||
//always {}
|
//always {}
|
||||||
//success {}
|
//success {}
|
||||||
failure {
|
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', mimeType: 'text/html', replyTo: '', subject: "ERROR CI: ${env.JOB_NAME}", from: "dany@iohub.dev", to: "dany@iohub.dev";
|
||||||
}
|
}
|
||||||
//unstable {}
|
//unstable {}
|
||||||
//changed {}
|
//changed {}
|
||||||
|
Loading…
Reference in New Issue
Block a user