blob: fe6df5ed979a60617131f91add4cb8ad666bad2e [file] [log] [blame]
Filip Pytloun7af94b32017-03-14 18:38:52 +01001parameters:
2 jenkins:
3 client:
4 job:
5 release-salt-formulas:
6 type: workflow-scm
7 concurrent: false
8 scm:
9 type: git
10 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
Jakub Josef7938b532017-12-12 18:02:03 +010011 branch: "${_param:jenkins_pipelines_branch}"
Filip Pytloun7af94b32017-03-14 18:38:52 +010012 credentials: "gerrit"
13 script: release-salt-formulas-pipeline.groovy
14 github:
15 url: "https://github.com/salt-formulas/salt-formulas"
16 param:
17 TAG:
18 type: string
19 SOURCE_URL:
20 type: string
21 default: "https://github.com/salt-formulas/salt-formulas.git"
22 GERRIT_BASE:
23 type: string
24 default: "${_param:jenkins_gerrit_url}/salt-formulas"
25 CREDENTIALS_ID:
26 type: string
27 default: "gerrit"