diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-08 12:49:50 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-08 12:49:50 +0000 |
commit | 755eccf255749eaba7e1120ffcaf040a0f67433c (patch) | |
tree | d383d0300ac188a571204acb3584da2e9475b6a4 /job-cfg | |
parent | 41707352ccc6867180d80ad71801942d7ded423a (diff) | |
download | jenkins.debian.net-755eccf255749eaba7e1120ffcaf040a0f67433c.tar.xz |
ch-i: slightly improve irc notification by linking to the actual log and not the build
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 |