Skip to content

Commit

Permalink
Update Jenkinsfile change post failure block to post unsuccessful
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas authored Sep 7, 2023
1 parent 9084933 commit 7407e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
}
}
post {
failure {
unsuccessful {
mail bcc: '',
body: "<b>Jenkins Failure</b><br>Project: ${env.JOB_NAME}<br>Build Number: ${env.BUILD_NUMBER}<br>Build URL: ${env.BUILD_URL}" ,
cc: "${EMAIL_TO_2}", charset: 'UTF-8', from: '', mimeType: 'text/html',
Expand Down

0 comments on commit 7407e6e

Please sign in to comment.