blob: 3ad2878b6243a4941f1dc796455455fed9f8d0e8 [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}"
17 credentials: "gerrit"
18 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}"