summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/d-i-overview.yaml.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py
index 6b5cea0b..c73d0784 100644
--- a/job-cfg/d-i-overview.yaml.py
+++ b/job-cfg/d-i-overview.yaml.py
@@ -49,7 +49,7 @@ for arch in sorted(archs):
builders:
- shell: '/srv/jenkins/bin/d-i_overview.sh %(arch)s'
triggers:
- - timed: "0 */6 * * *"
+ - timed: "0 * * * *"
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/debian-installer.rules'
@@ -61,6 +61,9 @@ for arch in sorted(archs):
fixed: true
subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER'
attach-build-log: true
+ body: 'See $BUILD_URL
+and $BUILD_URL/console
+and http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s'
# FIXME: recipients: jenkins+debian-boot holger@layer-acht.org
""" % dict(arch=arch))