summaryrefslogtreecommitdiffstats
path: root/job-cfg/live.yaml
blob: c844b150f0d4f0ff24501a8e5aa75b1029070316 (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
- defaults:
    name: live
    project-type: freestyle
    properties:
      - sidebar:
          url: https://jenkins.debian.net/userContent/about.html
          text: About jenkins.debian.net
          icon: /userContent/images/debian-swirl-24x24.png
      - sidebar:
          url: https://jenkins.debian.net/view/qa.debian.org/
          text: Jobs for Debian QA related packages
          icon: /userContent/images/debian-jenkins-24x24.png
      - sidebar:
          url: http://www.profitbricks.com
          text: Sponsored by Profitbricks
          icon: /userContent/images/profitbricks-24x24.png
    description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/live.yaml">live.yaml</a>.'
    logrotate:
      daysToKeep: 90
      numToKeep: 20
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/debian.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'
      - email:
          recipients: 'holger@layer-acht.org'
    builders:
      - shell: '{my_shell}'
    triggers:
      - timed: '{my_time}'

- job-template:
    defaults: live
    name: '{name}_build_edu_jessie_standalone'

- job-template:
    defaults: live
    name: '{name}_setup_schroot'

- project:
    name: live
    jobs:
       - '{name}_build_edu_jessie_standalone':
           my_description: 'Build Debian Edu Jessie live-image with "standlone" profile.'
           my_time: '0 12 1 * *'
           my_shell: 'schroot --directory /tmp -c source:jenkins-live-jessie /srv/jenkins/bin/live-build.sh debian-edu standalone'
       - '{name}_setup_schroot':
           my_description: 'Setup schroot for building live images using live-build in a jessie environment.'
           my_time: '42 10 1 * *'
           my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie live-build'