diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-06 13:09:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-06 13:09:17 +0200 |
commit | c6af2138ed362d439891eca6e4c9ccfb82bdfcac (patch) | |
tree | 2161d64d9c3eb740142d8a95c3d839a7242fd68d /job-cfg | |
parent | a73f9d3d204b2153367ee6047d2e6b568b4f8faf (diff) | |
download | jenkins.debian.net-c6af2138ed362d439891eca6e4c9ccfb82bdfcac.tar.xz |
chroot-installs: only notify via email+irc on first failure (Closes: #874161)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 500039f8..2e52df68 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -260,6 +260,7 @@ data.append( { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', 'first-failure': True, + 'failure': False, 'fixed': True, 'recipients': '{my_recipients}', 'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}}, |