diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-05 00:25:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-05 00:25:10 +0100 |
commit | f3af7de0386f930843a0d0aab1f1c1106dbaa6f0 (patch) | |
tree | 895d2fd6911a0d5eee85769c6348dc81cea7e817 /job-cfg | |
parent | bf829d37582c2e68e9837a55f479f76c3e4bfd14 (diff) | |
download | jenkins.debian.net-f3af7de0386f930843a0d0aab1f1c1106dbaa6f0.tar.xz |
shorten subjects for email notifications
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 | ||||
-rwxr-xr-x | job-cfg/d-i-overview.yaml.py | 2 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 877e75a7..93e57225 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -154,7 +154,7 @@ print(""" recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER' + subject: '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER' attach-build-log: true body: 'See $BUILD_URL and $BUILD_URL/console' properties: diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py index d849890c..7cc0051e 100755 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -59,7 +59,7 @@ for arch in sorted(archs): recipients: 'jenkins+debian-boot holger@layer-acht.org' first-failure: true fixed: true - subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER' + subject: '$BUILD_STATUS: $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' """ % dict(arch=arch)) diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 0a936d83..27f6f265 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -20,7 +20,7 @@ recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Jenkins: $BUILD_STATUS for $JOB_NAME/$BUILD_NUMBER' + subject: '$BUILD_STATUS: $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.' - archive: |