blob: eca83f6e3bb932308f7d3c3c76d3f7c3bbd6e5c7 [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
Alexander Evseev4589d712018-08-03 12:36:15 +02008 discard:
9 build:
10 keep_num: 10
11 artifact:
12 keep_num: 10
Filip Pytloun7af94b32017-03-14 18:38:52 +010013 scm:
14 type: git
15 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
Jakub Josef7938b532017-12-12 18:02:03 +010016 branch: "${_param:jenkins_pipelines_branch}"
Filip Pytloun7af94b32017-03-14 18:38:52 +010017 credentials: "gerrit"
18 script: release-salt-formulas-pipeline.groovy
19 github:
20 url: "https://github.com/salt-formulas/salt-formulas"
21 param:
22 TAG:
23 type: string
24 SOURCE_URL:
25 type: string
26 default: "https://github.com/salt-formulas/salt-formulas.git"
27 GERRIT_BASE:
28 type: string
29 default: "${_param:jenkins_gerrit_url}/salt-formulas"
30 CREDENTIALS_ID:
31 type: string
32 default: "gerrit"