diff options
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index c21c88c9..af5ece56 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -158,7 +158,7 @@ print(""" 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 |