diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index f68c51b7..8fac14d2 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -117,6 +117,10 @@ - job-template: defaults: reproducible + name: '{name}_housekeeping' + +- job-template: + defaults: reproducible name: '{name}_setup_pbuilder' - job-template: @@ -165,6 +169,11 @@ - project: name: reproducible jobs: + - '{name}_housekeeping': + my_description: 'Do some housekeeping, check no old directories are laying around, do backups, etc.' + my_timed: '0 12 * * *' + my_shell: '/srv/jenkins/bin/reproducible_housekeeping.sh' + my_recipients: 'holger@layer-acht.org' - '{name}_setup_pbuilder': my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0 * * *' |