diff options
-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' |