diff options
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index fbf7e83c..08b4bb90 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -63,12 +63,12 @@ print(""" builders: - shell: '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH={my_arch} {my_params}' publishers: - - email: - recipients: 'jenkins+debian-bootstrap helmutg@debian.org' - logparser: parse-rules: '/srv/jenkins/logparse/rebootstrap.rules' unstable-on-warning: 'false' fail-on-error: 'false' + - email: + recipients: 'jenkins+debian-bootstrap helmutg@debian.org' triggers: - pollscm: '*/6 * * * *' """) |