diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-13 19:23:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-13 19:23:36 +0200 |
commit | e5f9b53b527fdcddd71d10be192beb76769aae62 (patch) | |
tree | 394f312082f00d2e01e02fb5ca24bc5cbfce68cd /job-cfg | |
parent | a53deda38028143121e460e42f1dc1b43436f507 (diff) | |
download | jenkins.debian.net-e5f9b53b527fdcddd71d10be192beb76769aae62.tar.xz |
try once again to configure email for lintian-tests as we want it
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index 400fadfc..c97a6db2 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -29,7 +29,7 @@ - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' publishers: - email: - recipients: '{my_recipients}' + recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org' - job-template: defaults: lintian-tests @@ -60,16 +60,12 @@ my_distro: 'sid' my_shell: 'debian/rules runtests' my_description: 'Debian/Lintian testsuite running on sid.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org' - '{name}_jessie': my_distro: 'jessie' my_shell: 'debian/rules runtests' my_description: 'Debian/Lintian testsuite running on jessie.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org' - - '{name}_wheezy': my_distro: 'wheezy+backports' my_shell: 'debian/rules runtests' my_description: 'Debian/Lintian testsuite running on wheezy.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org lintian-maint@debian.org' |