summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/chroot-installation.yaml2
-rw-r--r--job-cfg/d-i-overview.yaml.py2
-rw-r--r--job-cfg/g-i-installation.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml
index c892b5da..0e6a0f53 100644
--- a/job-cfg/chroot-installation.yaml
+++ b/job-cfg/chroot-installation.yaml
@@ -19,7 +19,7 @@
fixed: true
subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER'
attach-build-log: true
- body: 'See $BUILD_URL and $BUILD_URL/console'
+ body: 'See $BUILD_URL and ${BUILD_URL}console'
properties:
- sidebar:
url: https://jenkins.debian.net/userContent/about.html
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("""
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml
index da4a811c..4c00c1d1 100644
--- a/job-cfg/g-i-installation.yaml
+++ b/job-cfg/g-i-installation.yaml
@@ -22,7 +22,7 @@
fixed: true
subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER'
attach-build-log: true
- body: 'See $BUILD_URL and $BUILD_URL/console and $BUILD_URL/artifact/results/ if there are any.'
+ body: 'See $BUILD_URL and ${BUILD_URL}console and ${BUILD_URL}artifact/results/ if there are any.'
- archive:
artifacts: 'results/*.*, results/log/*, results/log/installer/*'
latest_only: false