Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | release-salt-formulas: |
| 6 | type: workflow-scm |
| 7 | concurrent: false |
Alexander Evseev | 4589d71 | 2018-08-03 12:36:15 +0200 | [diff] [blame] | 8 | discard: |
| 9 | build: |
| 10 | keep_num: 10 |
| 11 | artifact: |
| 12 | keep_num: 10 |
Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 13 | scm: |
| 14 | type: git |
| 15 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
Jakub Josef | 7938b53 | 2017-12-12 18:02:03 +0100 | [diff] [blame] | 16 | branch: "${_param:jenkins_pipelines_branch}" |
Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 17 | 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" |