summaryrefslogtreecommitdiffstats
path: root/job-cfg/self.yaml
blob: 8d37dc5828a7e400909f466c43f0f5a650df64f2 (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
- defaults:
    name: self-housekeeping
    description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}'
    logrotate:
      daysToKeep: 365
      numToKeep: 365
      artifactDaysToKeep: -1
      artifactNumToKeep: -1
    triggers:
      - timed: "30 6 * * *"
    builders:
      - shell: '{my_shell}'
    publishers:
      - email:
          recipients: holger@layer-acht.org
    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/jenkins.d.n/
          text: Housekeeping 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: self-housekeeping
    name: '{name}_housekeeping'
    publishers:
      - logparser:
          parse-rules: '/srv/jenkins/logparse/debian.rules'
          unstable-on-warning: 'true'
          fail-on-error: 'true'

- job-template:
    defaults: self-housekeeping
    name: '{name}_sub-housekeeping-squid'

- project:
    name: self
    do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/self.yaml">self.yaml</a>.'
    jobs:
      - '{name}_housekeeping':
         my_shell: '/srv/jenkins/bin/housekeeping.sh'
      - '{name}_sub-housekeeping-squid':
         my_shell: '/srv/jenkins/bin/housekeeping.sh squid'