summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i-overview.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-28 14:43:33 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-28 14:45:06 +0100
commit3af770785e968cbac1ae677439f435cfe78aa895 (patch)
tree1d928f15478098de043713ba851bd1200500c7de /job-cfg/d-i-overview.yaml.py
parenta46f54fc1e3f794d532f6292b0450623b193ff03 (diff)
downloadjenkins.debian.net-3af770785e968cbac1ae677439f435cfe78aa895.tar.xz
d-i overview jobs: run every hour and incl useful links in mail body
Diffstat (limited to 'job-cfg/d-i-overview.yaml.py')
-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))