blob: 543eed278fb676c9850301cbb31bcf0f921f7c34 [file] [log] [blame]
Vladimir Khlyunev8bad6a62022-10-06 00:29:59 +04001---
2- job-template:
3 project-type: pipeline
4 concurrent: false
5 disabled: false
6 description: '{job-description}'
7 name: self-backup-jenkins-files
8 triggers:
9 - timed: '{obj:trigger_time}'
10 parameters:
11 - string:
12 default: 'master'
13 description: 'tcp-qa review refspec'
14 name: TCP_QA_REFS
15 trim: 'true'
16 pipeline-scm:
17 lightweight-checkout: false
18 scm:
19 - git:
20 branches:
21 - FETCH_HEAD
22 refspec: '${{TCP_QA_REFS}}'
23 url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
24 script-path: jobs/pipelines/self-backup-jenkins-files.groovy
25 logrotate:
26 daysToKeep: 365