diff options
-rw-r--r-- | job-cfg/d-i.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index 32fe8866..f428e235 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -61,7 +61,7 @@ - trigger: project: 'd-i_manual_{lang}_pdf' - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' + rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: @@ -113,7 +113,7 @@ - trigger: project: 'd-i_manual_{lang}_pdf' - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' + rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: @@ -161,7 +161,7 @@ - shell: '/srv/jenkins/bin/d-i_manual.sh {lang} pdf' publishers: - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' + rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: @@ -209,7 +209,7 @@ - shell: '/srv/jenkins/bin/d-i_manual.sh {lang} pdf po2xml' publishers: - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' + rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: @@ -292,7 +292,7 @@ - timed: "0 5 * * *" publishers: - logparser: - rulespath: '/srv/jenkins/logparse/debian.rules' + rulespath: '/srv/jenkins/logparse/debian-installer.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: |