- defaults: name: d-i project-type: freestyle logrotate: daysToKeep: 90 numToKeep: 50 artifactDaysToKeep: -1 artifactNumToKeep: -1 properties: - sidebar: url: http://jenkins.debian.net/userContent/about.html text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: url: http://jenkins.debian.net/view/debian-installer/ text: All debian-installer jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - job-template: defaults: d-i name: '{name}_manual' description: 'Shall build d-i manual one day, does not do that yet.{do_not_edit}' scm: - svn: url: svn://svn.debian.org/svn/d-i/trunk basedir: . workspaceupdater: update includedRegions: '/trunk/manual/.*' excludedRegions: '' excludedUsers: '' excludedRevprop: '' excludedCommitMessages: '' viewvc-url: http://anonscm.debian.org/viewvc/d-i/trunk builders: - shell: '/srv/jenkins/bin/d-i_manual.sh' triggers: - pollscm: "*/30 * * * *" publishers: - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable_on_warning: 'true' fail_on_error: 'true' - job-template: defaults: d-i name: '{name}_parse_build_logs' description: 'Parses d-i build logs.{do_not_edit}' builders: - shell: '/srv/jenkins/bin/d-i_parse_logs.sh http://d-i.debian.org/daily-images/build-logs.html' triggers: - timed: "0 5 * * *" publishers: - logparser: rulespath: '/srv/jenkins/logparse/debian.rules' unstable_on_warning: 'true' fail_on_error: 'true' - htmlpublisher: name: 'Daily d-i build logs' directory: '.' indexfiles: 'build-logs.html' keepall: True - project: name: d-i do_not_edit: '

Configured by jenkins-job-builder, do not edit this job through the web UI.' jobs: - '{name}_manual' - '{name}_parse_build_logs'