Anna Arhipova | 76b1f93 | 2022-08-05 10:07:32 +0200 | [diff] [blame] | 1 | - 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 Khlyunev | 82b374f | 2022-09-27 20:51:58 +0000 | [diff] [blame] | 17 | logrotate: |
Anna Arhipova | d2ced49 | 2022-09-28 10:02:56 +0200 | [diff] [blame] | 18 | daysToKeep: 30 |