From 3af770785e968cbac1ae677439f435cfe78aa895 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 28 Oct 2014 14:43:33 +0100 Subject: d-i overview jobs: run every hour and incl useful links in mail body --- job-cfg/d-i-overview.yaml.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'job-cfg/d-i-overview.yaml.py') 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)) -- cgit v1.2.3-70-g09d2