blob: 6c529c89aa007be9338e2d3309a07556df6810cf [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'
mmis3a202702018-09-06 11:06:57 +01007 - '{project-name}-{stream}-merge-java':
8 docker-pom: 'pom.xml'
Jessica Wagantall17d0a6e2018-09-14 03:11:01 -07009 mvn-params: '-P docker'
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070010 build-node: ubuntu1604-docker-8c-8g
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'
Pamela Dragosh0b698be2018-10-31 13:47:05 -040015 disabled: true
Jessica Wagantall0a8cfe32018-09-14 03:17:44 -070016 build-node: ubuntu1604-docker-8c-8g
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040017
18 project: 'policy/distribution'
19 stream:
20 - 'master':
21 branch: 'master'
22 mvn-settings: 'policy-distribution-settings'
23 files: '**'
24 archive-artifacts: ''
25 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100026
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040027- project:
Pamela Dragosh0b698be2018-10-31 13:47:05 -040028 name: policy-distribution-casablanca
29 project-name: 'policy-distribution-casablanca'
30 jobs:
31 - '{project-name}-{stream}-verify-java'
32 - '{project-name}-{stream}-merge-java':
33 docker-pom: 'pom.xml'
34 mvn-params: '-P docker'
35 build-node: ubuntu1604-docker-8c-8g
36 - '{project-name}-{stream}-docker-version-java-daily':
37 docker-pom: 'pom.xml'
38 mvn-profile: 'docker'
39 mvn-params: '-Dmaven.test.skip=true'
Pamela Dragosh1c2a8e72019-01-07 14:51:29 -050040 disabled: false
Pamela Dragosh0b698be2018-10-31 13:47:05 -040041 build-node: ubuntu1604-docker-8c-8g
42
43 project: 'policy/distribution'
44 stream:
45 - 'casablanca':
46 branch: 'casablanca'
47 mvn-settings: 'policy-distribution-settings'
48 files: '**'
49 archive-artifacts: ''
50 build-node: ubuntu1604-builder-4c-4g
51
52- project:
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040053 name: policy-distribution-sonar
54 jobs:
55 - gerrit-maven-sonar
Gary Wu5f4277f2018-09-28 10:36:23 -070056 cron: '@daily'
Pamela Dragosh12ac3b42018-05-25 09:20:56 -040057 build-node: ubuntu1604-builder-4c-4g
58 project: 'policy/distribution'
59 project-name: 'policy-distribution'
60 branch: 'master'
61 mvn-settings: 'policy-distribution-settings'
62 mvn-goals: 'clean install'
63 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070064
65- project:
66 name: policy-distribution-clm
67 jobs:
68 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080069 nexus-iq-namespace: 'onap-'
Jessica Wagantall9ad190a2018-10-19 16:42:21 -070070 project: policy/distribution
71 project-name: 'policy-distribution'
72 branch: 'master'
73 mvn-settings: 'policy-distribution-settings'