blob: cfe3b992ecda5df4b254e92cc59cd57901b0fa8f [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'
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
PGlazov3704e4b2021-06-23 15:10:04 +040023 logrotate:
24 daysToKeep: 365