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' |
| 14 | pipeline-scm: |
| 15 | lightweight-checkout: false |
| 16 | scm: |
| 17 | - git: |
| 18 | branches: |
| 19 | - FETCH_HEAD |
| 20 | refspec: '${{TCP_QA_REFS}}' |
| 21 | url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa |
| 22 | script-path: jobs/pipelines/self-deploy-jobs.groovy |
PGlazov | 3704e4b | 2021-06-23 15:10:04 +0400 | [diff] [blame] | 23 | logrotate: |
| 24 | daysToKeep: 365 |