diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-08 10:24:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-08 10:24:32 +0200 |
commit | 151f81520c2f2adc603eeef61e8c5ee03e41b852 (patch) | |
tree | 320ce2fb13e167852d81b226e9d75f2400330090 /job-cfg | |
parent | 3092f9f22cf6b2a1d7ac2dc40160f042daffa00a (diff) | |
download | jenkins.debian.net-151f81520c2f2adc603eeef61e8c5ee03e41b852.tar.xz |
reproducible coreboot: use special logparse rules
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index d8300d99..5c4f875b 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -120,6 +120,40 @@ recipients: '{my_recipients}' notify-every-unstable-build: false +- defaults: + name: reproducible_other_projects + project-type: freestyle + triggers: + - timed: '{my_timed}' + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/reproducible + text: reproducible builds jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.co.uk + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.' + logrotate: + daysToKeep: 90 + numToKeep: 30 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + builders: + - shell: '{my_shell}' + publishers: + - logparser: + parse-rules: '/srv/jenkins/logparse/reproducible-extra.rules' + unstable-on-warning: 'true' + fail-on-error: 'true' + - email: + recipients: '{my_recipients}' + - job-template: defaults: reproducible name: '{name}_maintenance' @@ -229,7 +263,7 @@ name: '{name}_builder_theta' - job-template: - defaults: reproducible + defaults: reproducible_other_projects name: '{name}_coreboot' - project: |