diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 10:59:56 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 10:59:56 +0100 |
commit | baa1341076e5da36c0c6ec5438f88c8d71e636d4 (patch) | |
tree | 6f96213a2d2e5170b3b60493f8c8a04301186a21 /job-cfg | |
parent | c1d533e34d8a3b09302fa988e6824fa87d0b99d7 (diff) | |
download | jenkins.debian.net-baa1341076e5da36c0c6ec5438f88c8d71e636d4.tar.xz |
also detect existing jobs which should exist
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 9e79f59f..efd11e6a 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -116,6 +116,11 @@ - shell: '/srv/jenkins/bin/d-i_check_jobs.sh' triggers: - pollscm: "23 0 * * *" + publishers: + - logparser: + rulespath: '/srv/jenkins/logparse/debian.rules' + unstable_on_warning: 'true' + fail_on_error: 'true' - job-template: defaults: d-i-manual |