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' |
| 7 | - '{project-name}-{stream}-merge-java' |
| 8 | |
| 9 | project: 'policy/distribution' |
| 10 | stream: |
| 11 | - 'master': |
| 12 | branch: 'master' |
| 13 | mvn-settings: 'policy-distribution-settings' |
| 14 | files: '**' |
| 15 | archive-artifacts: '' |
| 16 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 17 | |
Pamela Dragosh | 12ac3b4 | 2018-05-25 09:20:56 -0400 | [diff] [blame] | 18 | - project: |
| 19 | name: policy-distribution-sonar |
| 20 | jobs: |
| 21 | - gerrit-maven-sonar |
| 22 | cron: 'H 11 * * *' |
| 23 | build-node: ubuntu1604-builder-4c-4g |
| 24 | project: 'policy/distribution' |
| 25 | project-name: 'policy-distribution' |
| 26 | branch: 'master' |
| 27 | mvn-settings: 'policy-distribution-settings' |
| 28 | mvn-goals: 'clean install' |
| 29 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |