- job-template: | |
project-type: pipeline | |
description: '{job-description}' | |
concurrent: true | |
disabled: false | |
name: test_cleanup | |
pipeline-scm: | |
lightweight-checkout: true | |
scm: | |
- git: | |
branches: | |
- '*/master' | |
url: https://github.com/sgudz/kaas.git | |
script-path: si_tests/utils/run-cleanup.groovy | |
logrotate: | |
daysToKeep: 365 |