Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
waynedunican | 1eec776 | 2023-08-21 10:40:06 +0100 | [diff] [blame] | 3 | name: policy-common-java-17 |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 4 | project-name: "policy-common" |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 5 | jobs: |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 6 | - "{project-name}-{stream}-verify-java" |
| 7 | - "{project-name}-{stream}-merge-java" |
Jessica Wagantall | be9fe3f | 2019-02-04 14:27:52 -0800 | [diff] [blame] | 8 | - gerrit-maven-stage: |
Jessica Wagantall | 2e83c38 | 2023-02-06 11:47:23 -0800 | [diff] [blame] | 9 | sbom-generator: true |
Jessica Wagantall | be9fe3f | 2019-02-04 14:27:52 -0800 | [diff] [blame] | 10 | sign-artifacts: true |
Bengt Thuree | d4cd214 | 2022-09-16 19:15:05 +1000 | [diff] [blame] | 11 | build-node: centos8-docker-4c-4g |
Jessica Wagantall | be9fe3f | 2019-02-04 14:27:52 -0800 | [diff] [blame] | 12 | maven-versions-plugin: true |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 13 | mvn-params: "-Dmaven.test.skip=true" |
| 14 | - "{project-name}-gerrit-release-jobs": |
Jessica Wagantall | 89fce4b | 2023-04-10 10:34:54 -0700 | [diff] [blame] | 15 | build-node: centos7-docker-2c-1g |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 16 | |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 17 | project: "policy/common" |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 18 | stream: |
adheli.tavares | eb91978 | 2023-09-20 16:37:07 +0100 | [diff] [blame] | 19 | - "master": |
| 20 | branch: "master" |
liamfallon | 81dc5b5 | 2023-11-14 17:06:03 +0100 | [diff] [blame] | 21 | - "montreal": |
| 22 | branch: "montreal" |
adheli.tavares | 509d5a8 | 2023-09-21 09:50:47 +0100 | [diff] [blame] | 23 | mvn-version: "mvn36" |
| 24 | maven-version: "mvn36" |
waynedunican | b727b95 | 2023-08-15 11:03:38 +0100 | [diff] [blame] | 25 | mvn-settings: "policy-common-settings" |
| 26 | java-version: openjdk17 |
| 27 | files: "**" |
| 28 | archive-artifacts: "" |
| 29 | build-node: ubuntu1804-builder-4c-4g |
| 30 | |
| 31 | - project: |
| 32 | name: policy-common-java11 |
| 33 | project-name: "policy-common" |
| 34 | jobs: |
| 35 | - "{project-name}-{stream}-verify-java" |
| 36 | - "{project-name}-{stream}-merge-java" |
| 37 | - gerrit-maven-stage: |
| 38 | sbom-generator: true |
| 39 | sign-artifacts: true |
| 40 | build-node: centos8-docker-4c-4g |
| 41 | maven-versions-plugin: true |
| 42 | mvn-params: "-Dmaven.test.skip=true" |
| 43 | - "{project-name}-gerrit-release-jobs": |
| 44 | build-node: centos7-docker-2c-1g |
| 45 | |
| 46 | project: "policy/common" |
| 47 | stream: |
liamfallon | ef6bd0c | 2023-05-25 12:18:45 +0100 | [diff] [blame] | 48 | - "london": |
| 49 | branch: "london" |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 50 | mvn-settings: "policy-common-settings" |
HOCKLA | 9b6d073 | 2019-12-11 13:37:40 -0600 | [diff] [blame] | 51 | java-version: openjdk11 |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 52 | files: "**" |
| 53 | archive-artifacts: "" |
Bengt Thuree | ffc3ac8 | 2022-09-30 00:35:18 +1000 | [diff] [blame] | 54 | build-node: ubuntu1804-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 55 | |
Pamela Dragosh | 55ceb8f | 2017-05-23 12:23:16 -0400 | [diff] [blame] | 56 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 57 | name: policy-common-sonar |
| 58 | jobs: |
| 59 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 60 | sonarcloud: true |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 61 | sonarcloud-project-organization: "{sonarcloud_project_organization}" |
| 62 | sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" |
| 63 | sonar-mvn-goal: "{sonar_mvn_goal}" |
Bengt Thuree | ffc3ac8 | 2022-09-30 00:35:18 +1000 | [diff] [blame] | 64 | build-node: ubuntu1804-builder-4c-4g |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 65 | project: "policy/common" |
| 66 | project-name: "policy-common" |
| 67 | branch: "master" |
adheli.tavares | 509d5a8 | 2023-09-21 09:50:47 +0100 | [diff] [blame] | 68 | mvn-version: "mvn36" |
| 69 | maven-version: "mvn36" |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 70 | mvn-settings: "policy-common-settings" |
adheli.tavares | eb91978 | 2023-09-20 16:37:07 +0100 | [diff] [blame] | 71 | java-version: openjdk17 |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 72 | mvn-goals: "clean install" |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 73 | |
| 74 | - project: |
| 75 | name: policy-common-clm |
| 76 | jobs: |
| 77 | - gerrit-maven-clm |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 78 | nexus-iq-namespace: "onap-" |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 79 | project: policy/common |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 80 | project-name: "policy-common" |
liamfallon | 5e391b0 | 2022-01-20 16:36:09 +0000 | [diff] [blame] | 81 | stream: |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 82 | - "master": |
| 83 | branch: "master" |
adheli.tavares | 509d5a8 | 2023-09-21 09:50:47 +0100 | [diff] [blame] | 84 | mvn-version: "mvn36" |
| 85 | maven-version: "mvn36" |
Andrew Grimberg | 86af106 | 2023-05-03 09:47:36 -0700 | [diff] [blame] | 86 | mvn-settings: "policy-common-settings" |
adheli.tavares | 9d510e0 | 2023-09-26 11:43:16 +0100 | [diff] [blame] | 87 | mvn-opts: "--add-opens=java.base/java.util=ALL-UNNAMED" |
adheli.tavares | eb91978 | 2023-09-20 16:37:07 +0100 | [diff] [blame] | 88 | java-version: openjdk17 |