Skip to content

Commit

Permalink
enhance: [2.4]update nightly ci (#36423)
Browse files Browse the repository at this point in the history
#37080

1. enhance: send email to qa when nightly ci failure

Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine authored Oct 23, 2024
1 parent 27a4fe0 commit 2abc28e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/jenkins/Nightly2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,13 @@ pipeline {
}
}
}
post {
unsuccessful {
container('jnlp') {
script {
sendEmail.toQA()
}
}
}
}
}

0 comments on commit 2abc28e

Please sign in to comment.