summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml
blob: 5cc7c9bf94d6ff3151762361aedac8f514a3ec64 (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
    # repositorybrowser missing:
    # <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 * * * *"
    # publisher: logparse missing
    # <publishers>
    #  <hudson.plugins.logparser.LogParserPublisher>
    #   <unstableOnWarning>true</unstableOnWarning>
    #   <failBuildOnError>true</failBuildOnError>
    #   <parsingRulesPath>/srv/jenkins/logparse/debian.rules</parsingRulesPath>
    #  </hudson.plugins.logparser.LogParserPublisher>
    # </publishers>

- 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: '<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'