blob: ae8cbf858a5f7289cb4c5844e0e549f54a0ac084 [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'
mmis3a202702018-09-06 11:06:57 +01008 - '{project-name}-{stream}-merge-java':
9 docker-pom: 'pom.xml'
Jessica Wagantall17d0a6e2018-09-14 03:11:01 -070010 mvn-params: '-P docker'
mmis3a202702018-09-06 11:06:57 +010011 - '{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 Dragosh12ac3b42018-05-25 09:20:56 -040016
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 Belurd2d5f282018-07-14 20:09:36 +100025
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040026- 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'