blob: fb4aead675057702b9842d099040b2280f36ce43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
- 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
includedRegions: '/trunk/manual/.*'
excludedRegions: ''
excludedUsers: ''
excludedRevprop: ''
excludedCommitMessages: ''
# repositorybrowser missing: FIXME
# <browser class="hudson.scm.browsers.ViewSVN">
# <url # http://anonscm.debian.org/viewvc/</url #
# </browser #
# <excludedRegions # </excludedRegions #
# <includedRegions # trunk/manual/.*</includedRegions #
# <excludedUsers # </excludedUsers #
# <excludedRevprop # </excludedRevprop #
# <excludedCommitMessages # </excludedCommitMessages #
builders:
- shell: 'ls'
triggers:
- pollscm: "*/30 * * * *"
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
unstable_on_warning: 'true'
fail_on_error: 'true'
- 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 * * *"
publishers:
- logparser:
rulespath: '/srv/jenkins/logparse/debian.rules'
unstable_on_warning: 'true'
fail_on_error: 'true'
# FIXME missing publisher: build-logs.html "daily d-i build logs"
- project:
name: d-i
do_not_edit: '<br><br>Configured by <a href="http://jenkins.debian.net/userContent/about.html">jenkins-job-builder</a>, do not edit this job through the web UI.'
jobs:
- '{name}-manual'
- '{name}-parse_build_logs'
|