- defaults: name: self-maintainance 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: 'holger@layer-acht.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.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - priority: job-prio: '125' - job-template: defaults: self-maintainance name: '{name}_maintainance' publishers: - logparser: parse-rules: '/srv/jenkins/logparse/debian.rules' unstable-on-warning: 'true' fail-on-error: 'true' - job-template: defaults: self-maintainance name: '{name}_sub-maintainance-squid' - project: name: self do_not_edit: '

Job configuration source is self.yaml.' jobs: - '{name}_maintainance': my_shell: '/srv/jenkins/bin/maintainance.sh' - '{name}_sub-maintainance-squid': my_shell: '/srv/jenkins/bin/maintainance.sh squid'