blob: 64f1ec43c3bd456c61d5d6977338effc3867de3a [file] [log] [blame]
Sergey Galkin24ebd762020-01-14 14:36:34 +04001---
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 Glazov63407402022-09-19 16:12:13 +040014 - bool:
15 name: DRY_RUN
16 description: 'check tcp-qa ref without apply'
17 default: 'false'
Sergey Galkin24ebd762020-01-14 14:36:34 +040018 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 Khlyunev82b374f2022-09-27 20:51:58 +000027 logrotate:
28 daysToKeep: 365