Mikhail Ivanov | 7498aa1 | 2018-02-28 17:55:09 +0400 | [diff] [blame^] | 1 | parameters: |
| 2 | jenkins: |
| 3 | client: |
| 4 | job: |
| 5 | test-saas-ui: |
| 6 | name: test-saas-ui |
| 7 | discard: |
| 8 | build: |
| 9 | keep_num: 15 |
| 10 | artifact: |
| 11 | keep_num: 15 |
| 12 | type: workflow-scm |
| 13 | concurrent: true |
| 14 | scm: |
| 15 | type: git |
| 16 | url: "${_param:jenkins_gerrit_url}/oss/jenkins/pipelines" |
| 17 | credentials: "gerrit" |
| 18 | script: test-saas-ui-pipeline.groovy |
| 19 | trigger: |
| 20 | gerrit: |
| 21 | project: |
| 22 | "saas/frontend/ui": |
| 23 | branches: |
| 24 | - master |
| 25 | event: |
| 26 | patchset: |
| 27 | - created: |
| 28 | excludeDrafts: false |
| 29 | excludeTrivialRebase: false |
| 30 | excludeNoCodeChange: false |
| 31 | comment: |
| 32 | - addedContains: |
| 33 | commentAddedCommentContains: '^(?s:Patch Set \d+:.*(test|recheck|reverify)\s*)$' |
| 34 | param: |
| 35 | CREDENTIALS_ID: |
| 36 | type: string |
| 37 | default: "gerrit" |
| 38 | DEFAULT_GIT_URL: |
| 39 | type: string |
| 40 | default: "${_param:jenkins_gerrit_url}/saas/frontend/ui" |
| 41 | DEFAULT_GIT_REF: |
| 42 | type: string |
| 43 | default: master |