From 8ac72cfda7be84acb82dc679df695a4c19cf3b19 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 31 Oct 2014 18:36:17 +0100 Subject: remove double slash in notification URLs --- job-cfg/chroot-installation.yaml | 2 +- job-cfg/d-i-overview.yaml.py | 2 +- job-cfg/g-i-installation.yaml | 2 +- 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 -- cgit v1.2.3-54-g00ecf