diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-05-20 12:19:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-05-20 12:19:44 +0200 |
commit | 8f2451764d0d08bc0cd6c2429f6b112ce388ddfe (patch) | |
tree | 06e2e44faf83fb1b136c3107754ded59bbaa312d | |
parent | a973b33a7713c4307970c58933180005cccbfa3b (diff) | |
download | jenkins.debian.net-8f2451764d0d08bc0cd6c2429f6b112ce388ddfe.tar.xz |
stop sending rebootstrap results to h01ger
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index d85ef2d3..0d038426 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -63,7 +63,7 @@ print(""" - shell: '/srv/jenkins/bin/chroot-run.sh sid ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' publishers: - email: - recipients: 'jenkins+debian-bootstrap helmutg@debian.org holger@layer-acht.org' + recipients: 'jenkins+debian-bootstrap helmutg@debian.org' - logparser: parse-rules: '/srv/jenkins/logparse/rebootstrap.rules' unstable-on-warning: 'false' |