diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-29 09:56:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-29 09:56:33 +0100 |
commit | 4d72f3aa8e9c840b54e51db71c72a59b4e35c9fe (patch) | |
tree | 133f7c67d7a23edb5d86f6cbd620a6d57e82c011 | |
parent | 558d86b80de69042e9b2efc613173103ede4d21c (diff) | |
download | jenkins.debian.net-4d72f3aa8e9c840b54e51db71c72a59b4e35c9fe.tar.xz |
email-ext: 3rd attempt to get proper subject+body
-rw-r--r-- | job-cfg/chroot-installation.yaml | 4 | ||||
-rw-r--r-- | job-cfg/d-i-overview.yaml.py | 4 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 49c763cf..2f062515 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -17,9 +17,9 @@ recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' attach-build-log: true - body: 'See $BUILD_URL\nand $BUILD_URL/console' + body: 'See $BUILD_URL and $BUILD_URL/console' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html diff --git a/job-cfg/d-i-overview.yaml.py b/job-cfg/d-i-overview.yaml.py index a614eb65..9bec710d 100644 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -59,9 +59,9 @@ for arch in sorted(archs): recipients: holger@layer-acht.org first-failure: true fixed: true - subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' attach-build-log: true - body: 'See $BUILD_URL\nand $BUILD_URL/console\nand http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s' + body: 'See $BUILD_URL and $BUILD_URL/console and http://d-i.debian.org/daily-images/daily-build-overview.html#%(arch)s' # FIXME: recipients: jenkins+debian-boot holger@layer-acht.org """ % dict(arch=arch)) diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 967e1128..6fad19b3 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -20,9 +20,9 @@ recipients: '{my_recipients}' first-failure: true fixed: true - subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' + subject: 'Build results for: $JOB_NAME $BUILD_NUMBER $BUILD_STATUS' attach-build-log: true - body: 'See $BUILD_URL\nand $BUILD_URL/console\nand $BUILD_URL/artifact/results/ if there are any.' + body: 'See $BUILD_URL and $BUILD_URL/console and $BUILD_URL/artifact/results/ if there are any.' - archive: artifacts: 'results/*.*, results/log/*, results/log/installer/*' latest_only: false |