Idan Amit | fcbb790 | 2018-09-04 15:19:49 +0300 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: sdc-onap-ui-common-info |
| 4 | project-name: 'sdc-onap-ui-common' |
| 5 | jobs: |
| 6 | - gerrit-info-yaml-verify |
| 7 | project: 'sdc/onap-ui-common' |
| 8 | branch: 'master' |
| 9 | |
| 10 | - project: |
| 11 | name: sdc-onap-ui-common |
| 12 | project-name: 'sdc-onap-ui-common' |
| 13 | jobs: |
| 14 | - '{project-name}-{stream}-verify-java' |
| 15 | - '{project-name}-{stream}-merge-java' |
| 16 | project: 'sdc/onap-ui-common' |
| 17 | stream: |
| 18 | - 'master': |
| 19 | branch: 'master' |
| 20 | mvn-settings: 'sdc-onap-ui-common-settings' |
| 21 | files: '**' |
| 22 | archive-artifacts: '' |
| 23 | build-timeout: 60 |
| 24 | maven-version: 'mvn35' |
| 25 | |
| 26 | - project: |
| 27 | name: sdc-onap-ui-common-sonar |
| 28 | jobs: |
| 29 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 30 | cron: '@daily' |
Idan Amit | fcbb790 | 2018-09-04 15:19:49 +0300 | [diff] [blame] | 31 | build-node: ubuntu1604-builder-4c-4g |
| 32 | project: 'sdc/onap-ui-common' |
| 33 | project-name: 'sdc-onap-ui-common' |
| 34 | branch: 'master' |
| 35 | mvn-settings: 'sdc-onap-ui-common-settings' |
| 36 | mvn-params: '-Dsonar.branch={branch}' |
| 37 | mvn-goals: 'clean install' |
| 38 | mvn-opts: '-Xmx1024m' |