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 |
| 12 | build-node: centos7-builder-2c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 15 | |
| 16 | - project: |
| 17 | name: oom-platform-cert-service |
| 18 | project-name: 'oom-platform-cert-service' |
| 19 | stream: |
| 20 | - 'master': |
| 21 | branch: 'master' |
| 22 | java-version: openjdk11 |
Piotr Marcinkiewicz | b3060dd | 2020-11-26 15:30:34 +0100 | [diff] [blame] | 23 | - 'guilin': |
| 24 | branch: 'guilin' |
| 25 | java-version: openjdk11 |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 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-8c-8g |
| 40 | - gerrit-maven-stage: |
| 41 | sign-artifacts: true |
| 42 | build-node: centos7-docker-8c-8g |
| 43 | maven-versions-plugin: true |
| 44 | mvn-goals: 'clean deploy -P docker' |
| 45 | - gerrit-maven-docker-stage: |
| 46 | build-node: ubuntu1804-docker-8c-8g |
| 47 | container-public-registry: 'nexus3.onap.org:10001' |
| 48 | container-staging-registry: 'nexus3.onap.org:10003' |
| 49 | mvn-params: '-P docker -DskipTests=true -DskipNexusStagingDeployMojo=true -DskipDockerPush=false' |
| 50 | |
| 51 | - project: |
| 52 | name: oom-platform-cert-service-sonar |
| 53 | subproject: 'oom-platform-cert-service' |
| 54 | path: 'certService' |
| 55 | java-version: openjdk11 |
| 56 | jobs: |
| 57 | - gerrit-maven-sonar |
| 58 | sonarcloud: true |
| 59 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 60 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 61 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 62 | sonar-mvn-goal: '{sonar_mvn_goal}' |
| 63 | cron: '@daily' |
| 64 | build-node: ubuntu1804-docker-8c-8g |
| 65 | project: 'oom/platform/cert-service' |
| 66 | project-name: 'oom-platform-cert-service' |
| 67 | branch: 'master' |
| 68 | mvn-settings: 'oom-platform-cert-service-settings' |
| 69 | mvn-pom: 'certService/pom.xml' |
| 70 | mvn-goals: 'clean install' |
| 71 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 72 | |
| 73 | - project: |
| 74 | name: oom-platform-cert-service-clm |
Pawel | c8da046 | 2020-08-11 13:21:06 +0200 | [diff] [blame] | 75 | java-version: openjdk11 |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 76 | jobs: |
| 77 | - gerrit-maven-clm |
| 78 | nexus-iq-namespace: 'onap-' |
Pawel | c8da046 | 2020-08-11 13:21:06 +0200 | [diff] [blame] | 79 | project: oom/platform/cert-service |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 80 | project-name: 'oom-platform-cert-service' |
| 81 | branch: 'master' |
Pawel | c8da046 | 2020-08-11 13:21:06 +0200 | [diff] [blame] | 82 | build-node: ubuntu1804-docker-8c-8g |
baniewsk | 15059ae | 2020-07-27 13:18:09 +0200 | [diff] [blame] | 83 | mvn-settings: 'oom-platform-cert-service-settings' |