Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 1 | --- |
Jessica Wagantall | a789dcc | 2018-11-13 14:34:11 -0800 | [diff] [blame] | 2 | - project: |
| 3 | name: so-project-view |
| 4 | project-name: so |
| 5 | views: |
| 6 | - project-view |
Anaël Closson | abbafb5 | 2017-02-09 17:55:10 +0100 | [diff] [blame] | 7 | |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 8 | - project: |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 9 | name: so |
| 10 | project-name: 'so' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 11 | jobs: |
Rob Daugherty | d4ed089 | 2018-07-30 10:00:50 -0400 | [diff] [blame] | 12 | - '{project-name}-{stream}-verify-java' |
| 13 | - '{project-name}-{stream}-merge-java' |
| 14 | - '{project-name}-{stream}-release-version-java-daily' |
JulienBe | c7ab0bf | 2017-03-13 07:18:25 -0700 | [diff] [blame] | 15 | - '{project-name}-{stream}-docker-version-java-daily': |
Paul Vaduva | 6dd8854 | 2018-12-11 16:59:12 +0100 | [diff] [blame] | 16 | build-node: 'ubuntu1604-docker-8c-8g' |
Anaël Closson | 30a5c77 | 2017-02-16 15:02:56 +0100 | [diff] [blame] | 17 | docker-pom: 'pom.xml' |
| 18 | mvn-profile: 'docker' |
Jessica Wagantall | f2723a4 | 2018-05-07 15:20:42 -0700 | [diff] [blame] | 19 | mvn-params: '-Dmaven.test.skip=true' |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 20 | project: 'so' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 21 | stream: |
| 22 | - 'master': |
| 23 | branch: 'master' |
Rob Daugherty | 99297e2 | 2018-10-19 15:39:02 -0400 | [diff] [blame] | 24 | - 'casablanca': |
| 25 | branch: 'casablanca' |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 26 | mvn-settings: 'so-settings' |
Andrew Grimberg | 30e2264 | 2017-01-31 04:53:49 -0800 | [diff] [blame] | 27 | files: '**' |
| 28 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 29 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 30 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 31 | - project: |
| 32 | name: so-sonar |
| 33 | jobs: |
| 34 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 35 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 36 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 37 | project: 'so' |
| 38 | project-name: 'so' |
| 39 | branch: 'master' |
| 40 | mvn-settings: 'so-settings' |
| 41 | mvn-goals: 'clean install' |
Jessica Wagantall | 409f6b2 | 2018-02-20 14:46:13 -0800 | [diff] [blame] | 42 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | c9886b4 | 2018-10-19 18:26:36 -0700 | [diff] [blame] | 43 | |
| 44 | - project: |
| 45 | name: so-clm |
| 46 | jobs: |
| 47 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 48 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | c9886b4 | 2018-10-19 18:26:36 -0700 | [diff] [blame] | 49 | project: so |
| 50 | project-name: 'so' |
| 51 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 7603098 | 2019-01-03 16:53:37 -0800 | [diff] [blame^] | 52 | stream: |
| 53 | - 'master': |
| 54 | branch: 'master' |
| 55 | - 'casablanca': |
| 56 | branch: 'casablanca' |
Jessica Wagantall | c9886b4 | 2018-10-19 18:26:36 -0700 | [diff] [blame] | 57 | mvn-settings: 'so-settings' |