blob: a2fd862665e46dd89d5f8f3a13a48444483cc01a (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
- 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: '<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'
|