Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 1 | --- |
| 2 | - job-template: |
| 3 | project-type: pipeline |
| 4 | concurrent: false |
| 5 | disabled: false |
| 6 | description: '{job-description}' |
| 7 | name: self-deploy-jobs |
| 8 | parameters: |
| 9 | - string: |
| 10 | default: 'master' |
| 11 | description: 'tcp-qa review refspec' |
| 12 | name: TCP_QA_REFS |
| 13 | trim: 'true' |
Pavel Glazov | 6340740 | 2022-09-19 16:12:13 +0400 | [diff] [blame] | 14 | - bool: |
| 15 | name: DRY_RUN |
| 16 | description: 'check tcp-qa ref without apply' |
| 17 | default: 'false' |
Sergey Galkin | 24ebd76 | 2020-01-14 14:36:34 +0400 | [diff] [blame] | 18 | pipeline-scm: |
| 19 | lightweight-checkout: false |
| 20 | scm: |
| 21 | - git: |
| 22 | branches: |
| 23 | - FETCH_HEAD |
| 24 | refspec: '${{TCP_QA_REFS}}' |
| 25 | url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa |
| 26 | script-path: jobs/pipelines/self-deploy-jobs.groovy |
Vladimir Khlyunev | 82b374f | 2022-09-27 20:51:58 +0000 | [diff] [blame^] | 27 | logrotate: |
| 28 | daysToKeep: 365 |