- job-template: 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 # repositorybrowser missing: # # # # true # true # /srv/jenkins/logparse/debian.rules # # - job-template: name: '{name}-parse-build-logs' description: 'Parses d-i build logs.{do_not_edit}' builders: - shell: '/srv/jenkins/bin/parse_d-i_logs.sh http://d-i.debian.org/daily-images/build-logs.html' triggers: - timed: "0 5 * * *" # publisher: logparse also missing # publisher: build-logs.html "daily d-i build logs" - project: name: testjob_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'