[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: only notify on 2nd failures (to avoid notification on temp. failures)
Holger Levsen
holger at layer-acht.org
Wed Sep 13 14:03:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4b14a85d1f484958e0dbbfd05cd275b819d92618
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 13 16:03:33 2017 +0200
chroot-installs: only notify on 2nd failures (to avoid notification on temp. failures)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
job-cfg/chroot-installation.yaml.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index ac60c26..5aa06ae 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -267,7 +267,8 @@ data.append(
'publishers': [ { 'trigger': { 'project': '{my_trigger}'}},
{ 'email-ext': { 'attach-build-log': False,
'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.',
- 'first-failure': True,
+ 'first-failure': False,
+ 'second-failure': True,
'failure': False,
'fixed': True,
'recipients': '{my_recipients}',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list