blob: 859463c434186f39506b91159c0d7dd93a23fd84 [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 Khlyunev82b374f2022-09-27 20:51:58 +000017 logrotate:
18 daysToKeep: 365