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