Update 'Jenkinsfile'

This commit is contained in:
dany 2023-06-09 11:26:56 +02:00
parent 1b85eab0f0
commit 025aef48c4

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}", to: "mrsang@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 {} //unstable {}
//changed {} //changed {}