diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-05-20 14:55:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-05-20 14:55:46 +0200 |
commit | 66079d1e5864c5f6311f549b7ff8113b790481a9 (patch) | |
tree | 06f8160e4f08885571b22a7f847e173fa6750f34 /job-cfg | |
parent | 887a18a666dc327554652bed292133d848aca87c (diff) | |
download | jenkins.debian.net-66079d1e5864c5f6311f549b7ff8113b790481a9.tar.xz |
chroot-i jobs: try to add extra recipients the lazy way
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 5 |
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' |