Skip to content

Commit

Permalink
[BEAM-8422] Notify builds@ on ABORTED job final state
Browse files Browse the repository at this point in the history
  • Loading branch information
lgajowy committed Oct 17, 2019
1 parent 2a367c3 commit d651434
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .test-infra/jenkins/CommonJobProperties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,13 @@ class CommonJobProperties {
notifyAddress,
/* _do_ notify every unstable build */ false,
/* do not email individuals */ false)
if (emailIndividuals){
extendedEmail {
triggers {

extendedEmail {
triggers {
aborted {
recipientList(notifyAddress)
}
if (emailIndividuals) {
firstFailure {
sendTo {
firstFailingBuildSuspects()
Expand Down

0 comments on commit d651434

Please sign in to comment.