Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 1 | - job-template: |
2 | project-type: pipeline | ||||
3 | description: '{job-description}' | ||||
4 | concurrent: true | ||||
5 | disabled: false | ||||
6 | name: test_cleanup | ||||
7 | pipeline-scm: | ||||
8 | lightweight-checkout: true | ||||
9 | scm: | ||||
10 | - git: | ||||
11 | branches: | ||||
12 | - '*/master' | ||||
13 | url: https://github.com/sgudz/kaas.git | ||||
14 | script-path: si_tests/utils/run-cleanup.groovy |