Vladimir Khlyunev | 8bad6a6 | 2022-10-06 00:29:59 +0400 | [diff] [blame] | 1 | --- |
| 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 |