diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-06 14:12:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-06 14:12:08 +0200 |
commit | dc4836b65c964b2f571912474515f2cf6b2a1f41 (patch) | |
tree | 8c6ced96c6149ca7aea12b485058cf05d11de01c /job-cfg | |
parent | 16bcdb176dfd66808cc2161c4b2ee3f8c378b3ad (diff) | |
download | jenkins.debian.net-dc4836b65c964b2f571912474515f2cf6b2a1f41.tar.xz |
me hates yaml
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index 81fd1b4e..89e5ee22 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -15,7 +15,7 @@ - shell: '/srv/jenkins/bin/chroot-run.sh {distro} {my_shell}' publishers: - email: - recipients: jenkins+debian-qa lintian-maint@debian.org holger@layer-acht.org + recipients: 'jenkins+debian-qa lintian-maint@debian.org holger@layer-acht.org' properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html |