Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: policy-distribution |
| 4 | project-name: 'policy-distribution' |
| 5 | jobs: |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java' |
mmis | 3a20270 | 2018-09-06 11:06:57 +0100 | [diff] [blame] | 7 | - '{project-name}-{stream}-merge-java': |
| 8 | docker-pom: 'pom.xml' |
Jessica Wagantall | 17d0a6e | 2018-09-14 03:11:01 -0700 | [diff] [blame] | 9 | mvn-params: '-P docker' |
Jessica Wagantall | 0a8cfe3 | 2018-09-14 03:17:44 -0700 | [diff] [blame] | 10 | build-node: ubuntu1604-docker-8c-8g |
mmis | 3a20270 | 2018-09-06 11:06:57 +0100 | [diff] [blame] | 11 | - '{project-name}-{stream}-docker-version-java-daily': |
| 12 | docker-pom: 'pom.xml' |
| 13 | mvn-profile: 'docker' |
| 14 | mvn-params: '-Dmaven.test.skip=true' |
Pamela Dragosh | 1073c58 | 2018-10-08 09:49:45 -0400 | [diff] [blame] | 15 | disabled: false |
Jessica Wagantall | 0a8cfe3 | 2018-09-14 03:17:44 -0700 | [diff] [blame] | 16 | build-node: ubuntu1604-docker-8c-8g |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 17 | |
| 18 | project: 'policy/distribution' |
| 19 | stream: |
| 20 | - 'master': |
| 21 | branch: 'master' |
| 22 | mvn-settings: 'policy-distribution-settings' |
| 23 | files: '**' |
| 24 | archive-artifacts: '' |
| 25 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 26 | |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 27 | - project: |
| 28 | name: policy-distribution-sonar |
| 29 | jobs: |
| 30 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 31 | cron: '@daily' |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 32 | build-node: ubuntu1604-builder-4c-4g |
| 33 | project: 'policy/distribution' |
| 34 | project-name: 'policy-distribution' |
| 35 | branch: 'master' |
| 36 | mvn-settings: 'policy-distribution-settings' |
| 37 | mvn-goals: 'clean install' |
| 38 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame^] | 39 | |
| 40 | - project: |
| 41 | name: policy-distribution-clm |
| 42 | jobs: |
| 43 | - gerrit-maven-clm |
| 44 | project: policy/distribution |
| 45 | project-name: 'policy-distribution' |
| 46 | branch: 'master' |
| 47 | mvn-settings: 'policy-distribution-settings' |