From 8178375e27fe80db2429811c9195a43f7840e3a8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 3 Nov 2014 03:31:23 +0100 Subject: always put recipients in quotes --- job-cfg/d-i.yaml | 18 +++++++++--------- job-cfg/g-i-installation.yaml | 2 +- job-cfg/schroot.yaml | 4 ++-- job-cfg/self.yaml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 2adcf515..1fbe002a 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -68,7 +68,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' - archive: artifacts: 'html/**/*.*' latest_only: true @@ -121,7 +121,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' - archive: artifacts: 'html/**/*.*' latest_only: true @@ -169,7 +169,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' - archive: artifacts: 'pdf/**/*.*' latest_only: true @@ -217,7 +217,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' - archive: artifacts: 'pdf/**/*.*' latest_only: true @@ -261,8 +261,8 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org -## doesnt work, the artifacts reside outside the workspace + recipients: 'jenkins+debian-boot holger@layer-acht.org' +## FIXME: needs a simple cp: doesnt work, the artifacts reside outside the workspace # - archive: # artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' # latest_only: true @@ -303,7 +303,7 @@ - pollscm: "*/15 * * * *" publishers: - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' ## doesnt work, the artifacts reside outside the workspace # - archive: # artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' @@ -323,7 +323,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: holger@layer-acht.org + recipients: 'holger@layer-acht.org' - job-template: defaults: d-i @@ -354,7 +354,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: jenkins+debian-boot holger@layer-acht.org + recipients: 'jenkins+debian-boot holger@layer-acht.org' - job-template: defaults: d-i-manual-html diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 1a706e02..0a936d83 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -72,7 +72,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - email: - recipients: holger@layer-acht.org + recipients: 'holger@layer-acht.org' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 6007364d..3374abce 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -20,7 +20,7 @@ artifactNumToKeep: -1 publishers: - email: - recipients: jenkins+debian-qa holger@layer-acht.org + recipients: 'jenkins+debian-qa holger@layer-acht.org' triggers: - timed: '{my_time}' description: 'Create {my_schroot} schroot.
{do_not_edit}' @@ -50,7 +50,7 @@ artifactNumToKeep: -1 publishers: - email: - recipients: jenkins+debian-qa holger@layer-acht.org + recipients: 'jenkins+debian-qa holger@layer-acht.org' triggers: - timed: '{my_time}' description: 'Upgrade {my_schroot} schroot.
{do_not_edit}' diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml index 331e19cb..f4b36d7d 100644 --- a/job-cfg/self.yaml +++ b/job-cfg/self.yaml @@ -12,7 +12,7 @@ - shell: '{my_shell}' publishers: - email: - recipients: holger@layer-acht.org + recipients: 'holger@layer-acht.org' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html -- cgit v1.2.3-54-g00ecf