summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i-overview.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-31 18:36:17 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-31 18:36:17 +0100
commit8ac72cfda7be84acb82dc679df695a4c19cf3b19 (patch)
tree8c4e4d8c42714f085ef9ecea0563022bf2d3fd42 /job-cfg/d-i-overview.yaml.py
parent0dc41c6a484106fb53e706f9fa4fce764de71d22 (diff)
downloadjenkins.debian.net-8ac72cfda7be84acb82dc679df695a4c19cf3b19.tar.xz
remove double slash in notification URLs
Diffstat (limited to 'job-cfg/d-i-overview.yaml.py')
-rw-r--r--job-cfg/d-i-overview.yaml.py2
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 9f28d15d..81b3134e 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: $BUILD_STATUS for $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'
+ 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("""