summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-05-20 14:55:46 +0200
committerHolger Levsen <holger@layer-acht.org>2013-05-20 14:55:46 +0200
commit66079d1e5864c5f6311f549b7ff8113b790481a9 (patch)
tree06f8160e4f08885571b22a7f847e173fa6750f34 /job-cfg/chroot-installation.yaml
parent887a18a666dc327554652bed292133d848aca87c (diff)
downloadjenkins.debian.net-66079d1e5864c5f6311f549b7ff8113b790481a9.tar.xz
chroot-i jobs: try to add extra recipients the lazy way
Diffstat (limited to 'job-cfg/chroot-installation.yaml')
-rw-r--r--job-cfg/chroot-installation.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml
index e9664721..c95d3e67 100644
--- a/job-cfg/chroot-installation.yaml
+++ b/job-cfg/chroot-installation.yaml
@@ -15,7 +15,7 @@
unstable-on-warning: 'false'
fail-on-error: 'false'
- email:
- recipients: jenkins+debian-qa holger@layer-acht.org
+ recipients: jenkins+debian-qa holger@layer-acht.org '{my_extra_recipients}'
properties:
- sidebar:
url: http://jenkins.debian.net/userContent/about.html
@@ -324,6 +324,7 @@
- '{name}_sid_install_haskell':
installation_params: 'sid haskell'
my_description: 'Debootstrap sid, then install all Haskell related packages.'
+ my_extra_recipients: 'pkg-haskell-maintainers@lists.alioth.debian.org'
- '{name}_sid_install_developer':
installation_params: 'sid developer'
@@ -427,6 +428,7 @@
- '{name}_jessie_install_haskell':
installation_params: 'jessie haskell'
my_description: 'Debootstrap jessie, then install all Haskell related packages.'
+ my_extra_recipients: 'pkg-haskell-maintainers@lists.alioth.debian.org'
- '{name}_jessie_install_developer':
installation_params: 'jessie developer'
@@ -464,6 +466,7 @@
- '{name}_wheezy_install_haskell_upgrade_to_jessie':
installation_params: 'wheezy haskell jessie'
my_description: 'Debootstrap wheezy, then install all Haskell related packages, then upgrade to jessie.'
+ my_extra_recipients: 'pkg-haskell-maintainers@lists.alioth.debian.org'
- '{name}_wheezy_install_developer_upgrade_to_jessie':
installation_params: 'wheezy developer jessie'