From 128a9f3c84e53f4d935ac78fbeb3c5a9e460a968 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 28 Oct 2014 03:19:33 +0100 Subject: d-i-overview jobs: notification on first failures only too --- job-cfg/d-i-overview.yaml.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py index e9b0b715..6b5cea0b 100644 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -55,10 +55,13 @@ for arch in sorted(archs): parse-rules: '/srv/jenkins/logparse/debian-installer.rules' unstable-on-warning: 'true' fail-on-error: 'true' - - email: + - email-ext: recipients: holger@layer-acht.org - notify-every-unstable-build: false -# recipients: jenkins+debian-boot holger@layer-acht.org + first-failure: true + fixed: true + subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + attach-build-log: true +# FIXME: recipients: jenkins+debian-boot holger@layer-acht.org """ % dict(arch=arch)) print(""" -- cgit v1.2.3-70-g09d2