blob: 46039b593ea06f5518185846e4e0b3aa9ddc6079 [file] [log] [blame]
Anna Arhipova76b1f932022-08-05 10:07:32 +02001- job-template:
2 project-type: pipeline
3 description: '{job-description}'
4 concurrent: false
5 disabled: false
6 name: cleanup-jenkins-agents
7 triggers:
8 - timed: 00 2 * * Sun
9 pipeline-scm:
10 lightweight-checkout: true
11 scm:
12 - git:
13 branches:
14 - master
15 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
16 script-path: jobs/pipelines/remove-old-jenkins-agents.groovy
Vladimir Khlyunev5e9fa7e2022-09-27 04:50:29 +040017 build-discarder:
18 days-to-keep: 365
19 artifact-days-to-keep: 60