summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-06 13:09:17 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-06 13:09:17 +0200
commitc6af2138ed362d439891eca6e4c9ccfb82bdfcac (patch)
tree2161d64d9c3eb740142d8a95c3d839a7242fd68d /job-cfg
parenta73f9d3d204b2153367ee6047d2e6b568b4f8faf (diff)
downloadjenkins.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-xjob-cfg/chroot-installation.yaml.py1
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'}},