Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Jessica Wagantall | 0769c98 | 2018-11-13 14:33:02 -0800 | [diff] [blame] | 3 | name: policy-project-view |
| 4 | project-name: policy |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 9 | name: policy-apex-pdp |
| 10 | project-name: 'policy-apex-pdp' |
| 11 | jobs: |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 12 | - '{project-name}-{stream}-verify-java' |
Rashmi Pujar | 8559326 | 2019-06-17 10:46:06 -0400 | [diff] [blame] | 13 | - '{project-name}-{stream}-merge-java': |
| 14 | docker-pom: 'pom.xml' |
| 15 | mvn-profile: 'docker' |
| 16 | mvn-params: "-P docker" |
Jessica Wagantall | bf1b96b | 2019-06-25 14:07:50 -0700 | [diff] [blame] | 17 | - gerrit-maven-stage: |
| 18 | sign-artifacts: true |
| 19 | build-node: centos7-builder-4c-4g |
| 20 | maven-versions-plugin: true |
| 21 | - gerrit-maven-docker-stage: |
| 22 | build-node: ubuntu1604-docker-8c-8g |
| 23 | maven-versions-plugin: true |
| 24 | mvn-params: '-P docker' |
| 25 | container-public-registry: 'nexus3.onap.org:10001' |
| 26 | container-staging-registry: 'nexus3.onap.org:10003' |
jhh | 3a9076a | 2019-08-04 20:04:56 -0500 | [diff] [blame] | 27 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 28 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | bf1b96b | 2019-06-25 14:07:50 -0700 | [diff] [blame] | 29 | |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 30 | project: 'policy/apex-pdp' |
| 31 | stream: |
| 32 | - 'master': |
| 33 | branch: 'master' |
| 34 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 35 | java-version: openjdk11 |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 36 | files: '**' |
| 37 | archive-artifacts: '' |
Rashmi Pujar | 8559326 | 2019-06-17 10:46:06 -0400 | [diff] [blame] | 38 | build-node: ubuntu1604-docker-8c-8g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 39 | |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 40 | - project: |
| 41 | name: policy-apex-pdp-sonar |
| 42 | jobs: |
| 43 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 44 | sonarcloud: true |
| 45 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 46 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 47 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 48 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 49 | cron: '@daily' |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 50 | build-node: ubuntu1604-builder-4c-4g |
| 51 | project: 'policy/apex-pdp' |
| 52 | project-name: 'policy-apex-pdp' |
| 53 | branch: 'master' |
| 54 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 55 | java-version: openjdk11 |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 56 | mvn-goals: 'clean install' |
| 57 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 58 | |
| 59 | - project: |
| 60 | name: policy-apex-pdp-clm |
| 61 | jobs: |
| 62 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 63 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 64 | project: policy/apex-pdp |
| 65 | project-name: 'policy-apex-pdp' |
| 66 | branch: 'master' |
| 67 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 68 | java-version: openjdk11 |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 69 | |
| 70 | - project: |
| 71 | name: policy-apex-pdp-info |
| 72 | project-name: policy-apex-pdp |
| 73 | jobs: |
| 74 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 75 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 76 | project: policy/apex-pdp |
| 77 | branch: master |