diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-28 21:08:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-28 21:08:18 +0100 |
commit | 558d86b80de69042e9b2efc613173103ede4d21c (patch) | |
tree | ffae5c4bd7c4188fb667c729ab8004d3015b7fd4 | |
parent | 48976b4014ead5d3e6f813330bad22b52041a2cd (diff) | |
download | jenkins.debian.net-558d86b80de69042e9b2efc613173103ede4d21c.tar.xz |
try harder to get proper mail bodies from new email plugin
-rw-r--r-- | job-cfg/chroot-installation.yaml | 3 | ||||
-rw-r--r-- | job-cfg/d-i-overview.yaml.py | 4 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
3 files changed, 3 insertions, 8 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 2e6a7146..49c763cf 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -19,8 +19,7 @@ fixed: true subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' attach-build-log: true - body: 'See $BUILD_URL -and $BUILD_URL/console' + body: 'See $BUILD_URL\nand $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 c73d0784..a614eb65 100644 --- a/job-cfg/d-i-overview.yaml.py +++ b/job-cfg/d-i-overview.yaml.py @@ -61,9 +61,7 @@ for arch in sorted(archs): fixed: true subject: 'Build failed in Jenkins: $JOB_NAME $BUILD_NUMBER' 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' + body: 'See $BUILD_URL\nand $BUILD_URL/console\nand 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 083a7f30..967e1128 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -22,9 +22,7 @@ fixed: true subject: 'Build failed in Jenkins: $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.' + body: 'See $BUILD_URL\nand $BUILD_URL/console\nand $BUILD_URL/artifact/results/ if there are any.' - archive: artifacts: 'results/*.*, results/log/*, results/log/installer/*' latest_only: false |