From 4d72f3aa8e9c840b54e51db71c72a59b4e35c9fe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 29 Oct 2014 09:56:33 +0100 Subject: email-ext: 3rd attempt to get proper subject+body --- job-cfg/d-i-overview.yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a614eb65..9bec710d 100644 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -59,9 +59,9 @@ for arch in sorted(archs): recipients: holger@layer-acht.org first-failure: true fixed: true - subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' attach-build-log: true - body: 'See $BUILD_URL\nand $BUILD_URL/console\nand http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s' + 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-54-g00ecf