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: |
Jessica Wagantall | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 6 | - gerrit-maven-clm |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
mmis | 3a20270 | 2018-09-06 11:06:57 +0100 | [diff] [blame] | 8 | - '{project-name}-{stream}-merge-java': |
| 9 | docker-pom: 'pom.xml' |
Jessica Wagantall | 17d0a6e | 2018-09-14 03:11:01 -0700 | [diff] [blame^] | 10 | mvn-params: '-P docker' |
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' |
| 15 | disabled: true |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 16 | |
| 17 | project: 'policy/distribution' |
| 18 | stream: |
| 19 | - 'master': |
| 20 | branch: 'master' |
| 21 | mvn-settings: 'policy-distribution-settings' |
| 22 | files: '**' |
| 23 | archive-artifacts: '' |
| 24 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 25 | |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 26 | - project: |
| 27 | name: policy-distribution-sonar |
| 28 | jobs: |
| 29 | - gerrit-maven-sonar |
| 30 | cron: 'H 11 * * *' |
| 31 | build-node: ubuntu1604-builder-4c-4g |
| 32 | project: 'policy/distribution' |
| 33 | project-name: 'policy-distribution' |
| 34 | branch: 'master' |
| 35 | mvn-settings: 'policy-distribution-settings' |
| 36 | mvn-goals: 'clean install' |
| 37 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |