blob: 84ef6eab21c9d00003648a430ce2f89d659398a6 [file] [log] [blame]
Martin Polreich3f3957c2018-10-17 16:44:40 +02001parameters:
Martin Polreich3f3957c2018-10-17 16:44:40 +02002 jenkins:
3 client:
4 job:
5 deploy_trymcp:
6 type: workflow-scm
7 name: deploy-try-mcp
8 display_name: "Deploy - TryMCP"
9 discard:
10 build:
11 keep_num: 50
12 concurrent: true
13 scm:
14 type: git
15 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
16 branch: "${_param:jenkins_pipelines_branch}"
Sergey Galkin4cf87b92019-06-19 17:53:07 +040017 credentials: ${_param:jenkins_gerrit_credentials}
Martin Polreich3f3957c2018-10-17 16:44:40 +020018 script: deploy-try-mcp.groovy
19 param:
20 COOKIECUTTER_TEMPLATE_CONTEXT:
21 type: text
22 default: ""
23 SALT_MASTER_CREDENTIALS:
24 type: string
25 default: "salt"
26 SALT_MASTER_URL:
27 type: string
28 default: "${_param:jenkins_salt_api_url}"