diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-14 13:54:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-14 13:54:19 +0200 |
commit | aea9f148291d74bb0cf746c71ff4dfa920d74fd2 (patch) | |
tree | 5b6fefa0999e1ba7d9ca5d3701b40cd6383c304f | |
parent | 8b3d602b786d3d7443da35859ec125baf510c546 (diff) | |
download | jenkins.debian.net-aea9f148291d74bb0cf746c71ff4dfa920d74fd2.tar.xz |
reproducible diffoscope test job: notify #d-r and use debian package building logparse rules
-rw-r--r-- | job-cfg/reproducible.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2539da29..919ee4e6 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -200,7 +200,7 @@ - shell: '{my_shell}' publishers: - logparser: - parse-rules: '/srv/jenkins/logparse/reproducible-extra.rules' + parse-rules: '{my_parse_rules}' unstable-on-warning: 'true' fail-on-error: 'true' - email: @@ -709,7 +709,10 @@ my_hname: '' my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git' my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us' + my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + my_parse_rules: '/srv/jenkins/logparse/debian.rules' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules' my_hname: '' - '{name}_builder_{otherproject}_{my_num}': |