blob: 3ba311bab75fe80d329788b3c5710e365011c6c3 [file] [log] [blame]
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04001---
2- project:
3 name: policy-distribution
4 project-name: 'policy-distribution'
5 jobs:
Pamela Dragosh12ac3b42018-05-25 09:20:56 -04006 - '{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 Belurd2d5f282018-07-14 20:09:36 +100017
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040018- 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'