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' |
| 27 | |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 28 | project: 'policy/apex-pdp' |
| 29 | stream: |
| 30 | - 'master': |
| 31 | branch: 'master' |
Pamela Dragosh | f6e92f5 | 2020-05-19 11:04:15 -0400 | [diff] [blame] | 32 | - 'frankfurt': |
| 33 | branch: 'frankfurt' |
jhh | 68ae901 | 2020-05-21 10:14:17 -0500 | [diff] [blame] | 34 | mvn-settings: 'policy-apex-pdp-settings' |
| 35 | java-version: openjdk11 |
| 36 | files: '**' |
| 37 | archive-artifacts: '' |
| 38 | build-node: ubuntu1804-docker-8c-8g |
| 39 | |
| 40 | - project: |
jhh | 8a49eba | 2020-05-26 13:17:26 -0500 | [diff] [blame^] | 41 | name: policy-apex-pdp-jdk8 |
| 42 | project-name: 'policy-apex-pdp' |
| 43 | jobs: |
| 44 | - '{project-name}-{stream}-verify-java' |
| 45 | - '{project-name}-{stream}-merge-java': |
| 46 | docker-pom: 'pom.xml' |
| 47 | mvn-profile: 'docker' |
| 48 | mvn-params: "-P docker" |
| 49 | - gerrit-maven-stage: |
| 50 | sign-artifacts: true |
| 51 | build-node: centos7-builder-4c-4g |
| 52 | maven-versions-plugin: true |
| 53 | - gerrit-maven-docker-stage: |
| 54 | build-node: ubuntu1804-docker-8c-8g |
| 55 | maven-versions-plugin: true |
| 56 | mvn-params: '-P docker -Dmaven.test.skip=true' |
| 57 | container-public-registry: 'nexus3.onap.org:10001' |
| 58 | container-staging-registry: 'nexus3.onap.org:10003' |
| 59 | - '{project-name}-gerrit-release-jobs': |
| 60 | build-node: centos7-docker-8c-8g |
| 61 | |
| 62 | project: 'policy/apex-pdp' |
| 63 | stream: |
| 64 | - 'elalto': |
| 65 | branch: 'elalto' |
| 66 | mvn-settings: 'policy-apex-pdp-settings' |
| 67 | java-version: openjdk8 |
| 68 | files: '**' |
| 69 | archive-artifacts: '' |
| 70 | build-node: ubuntu1804-docker-8c-8g |
| 71 | |
| 72 | - project: |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 73 | name: policy-apex-pdp-sonar |
| 74 | jobs: |
| 75 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 76 | sonarcloud: true |
| 77 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 78 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 79 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 80 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 81 | cron: '@daily' |
Jessica Wagantall | f94943d | 2020-03-27 12:36:45 -0700 | [diff] [blame] | 82 | build-node: ubuntu1804-builder-4c-4g |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 83 | project: 'policy/apex-pdp' |
| 84 | project-name: 'policy-apex-pdp' |
| 85 | branch: 'master' |
| 86 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 87 | java-version: openjdk11 |
Pamela Dragosh | 1042ef3 | 2018-05-22 10:27:24 -0400 | [diff] [blame] | 88 | mvn-goals: 'clean install' |
| 89 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 90 | |
| 91 | - project: |
| 92 | name: policy-apex-pdp-clm |
| 93 | jobs: |
| 94 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 95 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 96 | project: policy/apex-pdp |
| 97 | project-name: 'policy-apex-pdp' |
| 98 | branch: 'master' |
| 99 | mvn-settings: 'policy-apex-pdp-settings' |
liamfallon | 3dfb644 | 2020-01-22 12:29:14 +0000 | [diff] [blame] | 100 | java-version: openjdk11 |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 101 | |
| 102 | - project: |
| 103 | name: policy-apex-pdp-info |
| 104 | project-name: policy-apex-pdp |
| 105 | jobs: |
| 106 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 107 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 108 | project: policy/apex-pdp |
| 109 | branch: master |