blob: d449ce4ec23b18f3508a7f80ff03f9e0d8614202 [file] [log] [blame]
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04001---
2- project:
3 name: policy-distribution
4 project-name: 'policy-distribution'
5 jobs:
Jessica Wagantallcb961302018-08-24 18:49:15 +00006 - gerrit-maven-clm
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04007 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
9
10 project: 'policy/distribution'
11 stream:
12 - 'master':
13 branch: 'master'
14 mvn-settings: 'policy-distribution-settings'
15 files: '**'
16 archive-artifacts: ''
17 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100018
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040019- project:
20 name: policy-distribution-sonar
21 jobs:
22 - gerrit-maven-sonar
23 cron: 'H 11 * * *'
24 build-node: ubuntu1604-builder-4c-4g
25 project: 'policy/distribution'
26 project-name: 'policy-distribution'
27 branch: 'master'
28 mvn-settings: 'policy-distribution-settings'
29 mvn-goals: 'clean install'
30 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'