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