diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-30 09:54:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-30 09:54:25 +0100 |
commit | b30110201562825fbc5875a24f9bacae761370a8 (patch) | |
tree | 146380fff580c71060031ce2e6e26c0506d53b35 /job-cfg | |
parent | f790c76a18dc677fd58e6b9c3bdf8fefde2f95ed (diff) | |
download | jenkins.debian.net-b30110201562825fbc5875a24f9bacae761370a8.tar.xz |
better subjects/messages for email+irc notifcations
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 2 | ||||
-rw-r--r-- | 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 b/job-cfg/chroot-installation.yaml index 2f062515..424d9f4a 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -17,7 +17,7 @@ recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' + subject: 'Jenkins: $JOB_NAME/$BUILD_NUMBER is now: $BUILD_STATUS' 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 24dc62b9..04aac791 100644 --- 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: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' + subject: 'Jenkins: $JOB_NAME/$BUILD_NUMBER is now: $BUILD_STATUS' attach-build-log: true body: 'See $BUILD_URL and $BUILD_URL/console and http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s' """ % dict(arch=arch)) diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index aab98af5..e2bb28cd 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: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' + subject: 'Jenkins: $JOB_NAME/$BUILD_NUMBER is now: $BUILD_STATUS' attach-build-log: true body: 'See $BUILD_URL and $BUILD_URL/console and $BUILD_URL/artifact/results/ if there are any.' - archive: |