Skip to content

Commit

Permalink
NDK-TESTS: [MAINTENANCE] Add persistent recipients for notifications …
Browse files Browse the repository at this point in the history
…of verifications in Jenkins
  • Loading branch information
jakubcabal committed Oct 10, 2024
1 parent a85941c commit afbd414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jenkins/common.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def commonPrekladVerRun(COMPONENTS) {
println "FAILED on components: ${failed}."
emailext \
recipientProviders: [culprits(), developers()],
to: '[email protected]',
to: '[email protected], [email protected]',
subject: "[Jenkins] ${currentBuild.currentResult} ${env.JOB_NAME} #${currentBuild.number}",
body: """\
The build of the repository ${env.JOB_NAME} #${currentBuild.number} ends up with status ${currentBuild.currentResult} on components: ${failed}. You can find build log in the attachments.
Expand Down

0 comments on commit afbd414

Please sign in to comment.