diff options
Diffstat (limited to 'job-cfg')
-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 93e57225..0a8808ec 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -156,7 +156,7 @@ print(""" fixed: true subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER' attach-build-log: true - body: 'See $BUILD_URL and $BUILD_URL/console' + body: 'See $BUILD_URL/console or just $BUILD_URL for more information.' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html |