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" |
| 11 | credentials: "gerrit" |
| 12 | script: release-salt-formulas-pipeline.groovy |
| 13 | github: |
| 14 | url: "https://github.com/salt-formulas/salt-formulas" |
| 15 | param: |
| 16 | TAG: |
| 17 | type: string |
| 18 | SOURCE_URL: |
| 19 | type: string |
| 20 | default: "https://github.com/salt-formulas/salt-formulas.git" |
| 21 | GERRIT_BASE: |
| 22 | type: string |
| 23 | default: "${_param:jenkins_gerrit_url}/salt-formulas" |
| 24 | CREDENTIALS_ID: |
| 25 | type: string |
| 26 | default: "gerrit" |