| - job-template: | |
| project-type: pipeline | |
| description: '{job-description}' | |
| concurrent: false | |
| disabled: false | |
| name: cleanup-jenkins-agents | |
| triggers: | |
| - timed: 00 2 * * Sun | |
| pipeline-scm: | |
| lightweight-checkout: true | |
| scm: | |
| - git: | |
| branches: | |
| - master | |
| url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa | |
| script-path: jobs/pipelines/remove-old-jenkins-agents.groovy | |
| logrotate: | |
| daysToKeep: 30 |