blob: d7f7f2d2616dc5d28dba575928e532738e126c79 (
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
|
- defaults:
name: self-maintenance
description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}'
logrotate:
daysToKeep: 90
numToKeep: 30
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- timed: "30 6 * * *"
builders:
- shell: '{my_shell}'
publishers:
- email:
recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
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/jenkins.d.n/
text: All jenkins.d.n jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
url: http://www.profitbricks.co.uk
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- priority-sorter:
priority: '125'
- job-template:
defaults: self-maintenance
name: '{name}_maintenance'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/debian.rules'
unstable-on-warning: 'true'
fail-on-error: 'true'
- job-template:
defaults: self-maintenance
name: '{name}_sub-maintenance'
- job-template:
defaults: self-maintenance
name: '{name}_sub-maintenance-squid'
- job-template:
defaults: self-maintenance
name: 'rebootstrap_maintenance'
- project:
name: self
do_not_edit: '<br><br>Job configuration source is <a href="https://anonscm.debian.org/git/qa/jenkins.debian.net.git/tree/job-cfg/self.yaml">self.yaml</a>.'
jobs:
- '{name}_maintenance':
my_shell: '/srv/jenkins/bin/maintenance.sh'
- '{name}_sub-maintenance-squid':
my_shell: '/srv/jenkins/bin/maintenance.sh squid'
- 'rebootstrap_maintenance':
my_shell: '/srv/jenkins/bin/maintenance.sh rebootstrap'
|