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 |
| 8 | scm: |
| 9 | type: git |
| 10 | url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
Jakub Josef | 7938b53 | 2017-12-12 18:02:03 +0100 | [diff] [blame] | 11 | branch: "${_param:jenkins_pipelines_branch}" |
Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 12 | 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" |