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: |
Pamela Dragosh | 365d441 | 2020-03-26 07:24:49 -0400 | [diff] [blame] | 22 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | bf1b96b | 2019-06-25 14:07:50 -0700 | [diff] [blame] | 23 | maven-versions-plugin: true |
Pamela Dragosh | 038df89 | 2020-04-14 19:04:19 -0400 | [diff] [blame] | 24 | mvn-params: '-P docker -Dmaven.test.skip=true' |
Jessica Wagantall | bf1b96b | 2019-06-25 14:07:50 -0700 | [diff] [blame] | 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' |
Pamela Dragosh | f6e92f5 | 2020-05-19 11:04:15 -0400 | [diff] [blame^] | 34 | - 'frankfurt': |
| 35 | branch: 'frankfurt' |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 36 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 37 | java-version: openjdk11 |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 38 | files: '**' |
| 39 | archive-artifacts: '' |
Pamela Dragosh | 365d441 | 2020-03-26 07:24:49 -0400 | [diff] [blame] | 40 | build-node: ubuntu1804-docker-8c-8g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 41 | |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 42 | - project: |
| 43 | name: policy-apex-pdp-sonar |
| 44 | jobs: |
| 45 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 46 | sonarcloud: true |
| 47 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 48 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 49 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 50 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 51 | cron: '@daily' |
Jessica Wagantall | f94943d | 2020-03-27 12:36:45 -0700 | [diff] [blame] | 52 | build-node: ubuntu1804-builder-4c-4g |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 53 | project: 'policy/apex-pdp' |
| 54 | project-name: 'policy-apex-pdp' |
| 55 | branch: 'master' |
| 56 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 57 | java-version: openjdk11 |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 58 | mvn-goals: 'clean install' |
| 59 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 60 | |
| 61 | - project: |
| 62 | name: policy-apex-pdp-clm |
| 63 | jobs: |
| 64 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 65 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 66 | project: policy/apex-pdp |
| 67 | project-name: 'policy-apex-pdp' |
| 68 | branch: 'master' |
| 69 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 70 | java-version: openjdk11 |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 71 | |
| 72 | - project: |
| 73 | name: policy-apex-pdp-info |
| 74 | project-name: policy-apex-pdp |
| 75 | jobs: |
| 76 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 77 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 78 | project: policy/apex-pdp |
| 79 | branch: master |