diff options
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 0cc0c3d2..350ea244 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -228,9 +228,6 @@ data.append( 'max-total': 6, 'option': 'category'}}], 'publishers': [ { 'trigger': { 'project': '{my_trigger}'}}, - { 'logparser': { 'fail-on-error': 'false', - 'parse-rules': '/srv/jenkins/logparse/debian.rules', - 'unstable-on-warning': 'false'}}, { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', 'first-failure': True, |