diff options
Diffstat (limited to 'job-cfg/self.yaml')
-rw-r--r-- | job-cfg/self.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/job-cfg/self.yaml b/job-cfg/self.yaml index 000e21d6..331e19cb 100644 --- a/job-cfg/self.yaml +++ b/job-cfg/self.yaml @@ -1,5 +1,5 @@ - defaults: - name: self-housekeeping + name: self-maintainance description: 'Cleanup and monitor so that there is a predictable environment.{do_not_edit}' logrotate: daysToKeep: 90 @@ -20,7 +20,7 @@ icon: /userContent/images/debian-swirl-24x24.png - sidebar: url: https://jenkins.debian.net/view/jenkins.d.n/ - text: Housekeeping jobs + text: All jenkins.d.n jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.com @@ -30,8 +30,8 @@ job-prio: '125' - job-template: - defaults: self-housekeeping - name: '{name}_housekeeping' + defaults: self-maintainance + name: '{name}_maintainance' publishers: - logparser: parse-rules: '/srv/jenkins/logparse/debian.rules' @@ -39,15 +39,15 @@ fail-on-error: 'true' - job-template: - defaults: self-housekeeping - name: '{name}_sub-housekeeping-squid' + defaults: self-maintainance + name: '{name}_sub-maintainance-squid' - project: name: self do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/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' + - '{name}_maintainance': + my_shell: '/srv/jenkins/bin/maintainance.sh' + - '{name}_sub-maintainance-squid': + my_shell: '/srv/jenkins/bin/maintainance.sh squid' |