Skip to content

Commit

Permalink
update CI failure mail addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Sep 28, 2023
1 parent a36c0f4 commit adba75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pipeline {
}
post {
failure {
mail to: '[email protected],[email protected]',
mail to: '[email protected],[email protected],[email protected]',
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
body: "Something is wrong with ${env.BUILD_URL} ($GIT_URL)"
}
Expand Down

0 comments on commit adba75b

Please sign in to comment.