LF Jenkins CI | 7140a6f | 2020-07-21 07:52:21 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: oom-platform-cert-service-project-view |
| 4 | project-name: oom-platform-cert-service |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
Andrew Grimberg | 02923ab | 2023-05-03 09:15:50 -0700 | [diff] [blame] | 9 | name: oom-platform-cert-service |
| 10 | project-name: "oom-platform-cert-service" |
| 11 | stream: |
| 12 | - "master": |
| 13 | branch: "master" |
| 14 | java-version: openjdk11 |
Andrew Grimberg | 02923ab | 2023-05-03 09:15:50 -0700 | [diff] [blame] | 15 | project: "oom/platform/cert-service" |
| 16 | mvn-settings: "oom-platform-cert-service-settings" |
| 17 | files: "**" |
| 18 | maven-deploy-properties: | |
| 19 | deployAtEnd=true |
| 20 | archive-artifacts: "" |
| 21 | build-node: ubuntu1804-docker-8c-8g |
| 22 | jobs: |
| 23 | - "{project-name}-{stream}-verify-java": |
| 24 | mvn-goals: "clean install" |
| 25 | - "{project-name}-{stream}-merge-java": |
| 26 | mvn-goals: "clean deploy" |
| 27 | - "{project-name}-gerrit-release-jobs": |
| 28 | build-node: centos7-docker-2c-1g |
| 29 | - gerrit-maven-stage: |
| 30 | sbom-generator: true |
| 31 | sign-artifacts: true |
| 32 | build-node: centos8-docker-8c-8g |
| 33 | maven-versions-plugin: true |
| 34 | mvn-goals: "clean deploy -P docker" |
| 35 | - gerrit-maven-docker-stage: |
| 36 | sbom-generator: true |
| 37 | build-node: ubuntu1804-docker-8c-8g |
| 38 | container-public-registry: "nexus3.onap.org:10001" |
| 39 | container-staging-registry: "nexus3.onap.org:10003" |
| 40 | mvn-params: "-P docker -DskipTests=true -DskipNexusStagingDeployMojo=true -DskipDockerPush=false" |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 41 | |
| 42 | - project: |
Andrew Grimberg | 02923ab | 2023-05-03 09:15:50 -0700 | [diff] [blame] | 43 | name: oom-platform-cert-service-sonar |
| 44 | subproject: "oom-platform-cert-service" |
| 45 | path: "certService" |
| 46 | java-version: openjdk11 |
| 47 | jobs: |
| 48 | - gerrit-maven-sonar |
| 49 | sonarcloud: true |
| 50 | sonarcloud-project-organization: "{sonarcloud_project_organization}" |
| 51 | sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" |
| 52 | sonar-mvn-goal: "{sonar_mvn_goal}" |
Andrew Grimberg | 02923ab | 2023-05-03 09:15:50 -0700 | [diff] [blame] | 53 | build-node: ubuntu1804-docker-8c-8g |
| 54 | project: "oom/platform/cert-service" |
| 55 | project-name: "oom-platform-cert-service" |
| 56 | branch: "master" |
| 57 | mvn-settings: "oom-platform-cert-service-settings" |
| 58 | mvn-pom: "certService/pom.xml" |
| 59 | mvn-goals: "clean install" |
Fiete Ostkamp | 0d2fd68 | 2024-10-26 23:29:18 +0200 | [diff] [blame] | 60 | mvn-opts: "-Xmx1024m -XX:MaxMetaspaceSize=256m" |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 61 | |
| 62 | - project: |
Andrew Grimberg | 02923ab | 2023-05-03 09:15:50 -0700 | [diff] [blame] | 63 | name: oom-platform-cert-service-clm |
| 64 | java-version: openjdk11 |
| 65 | jobs: |
| 66 | - gerrit-maven-clm |
| 67 | nexus-iq-namespace: "onap-" |
| 68 | project: oom/platform/cert-service |
| 69 | project-name: "oom-platform-cert-service" |
| 70 | branch: "master" |
| 71 | build-node: ubuntu1804-docker-8c-8g |
| 72 | mvn-settings: "oom-platform-cert-service-settings" |