diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-30 10:52:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-30 10:52:50 +0100 |
commit | f1291f229a39448350553437618c257ec2400f69 (patch) | |
tree | 25ab7e5e657469d2c2e1943c018054b1dba88e2f /job-cfg | |
parent | 54311e16fec9b76becac16509555f7693bbdb1ab (diff) | |
download | jenkins.debian.net-f1291f229a39448350553437618c257ec2400f69.tar.xz |
d-i-overview jobs: put d-i.d.o URL first in mail body, so it ends up on irc
Diffstat (limited to 'job-cfg')
-rw-r--r-- | 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 04aac791..1527c7d3 100644 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -61,7 +61,7 @@ for arch in sorted(archs): fixed: true subject: 'Jenkins: $JOB_NAME/$BUILD_NUMBER is now: $BUILD_STATUS' 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' + 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)) print(""" |