diff options
Diffstat (limited to 'job-cfg/d-i-overview.yaml.py')
-rwxr-xr-x | job-cfg/d-i-overview.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py index d849890c..7cc0051e 100755 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -59,7 +59,7 @@ for arch in sorted(archs): recipients: 'jenkins+debian-boot holger@layer-acht.org' first-failure: true fixed: true - subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER' + subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER' attach-build-log: true body: 'See http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s or $BUILD_URL and $BUILD_URL/console' """ % dict(arch=arch)) |