LF Jenkins CI | 3615928 | 2020-10-29 17:48:17 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: cps-project-view |
| 4 | project-name: cps |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: cps-info |
| 10 | project: cps |
| 11 | project-name: cps |
| 12 | build-node: centos7-builder-2c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
ToineSiebelink | eb3fee9 | 2020-11-11 10:37:52 +0000 | [diff] [blame] | 15 | |
| 16 | - project: |
| 17 | name: cps |
| 18 | java-version: openjdk11 |
| 19 | project-name: 'cps' |
Claudio David Gasparini | f55f3b6 | 2020-11-12 18:05:09 +0100 | [diff] [blame] | 20 | project: 'cps' |
ToineSiebelink | eb3fee9 | 2020-11-11 10:37:52 +0000 | [diff] [blame] | 21 | jobs: |
| 22 | - '{project-name}-{stream}-verify-java' |
| 23 | - '{project-name}-{stream}-merge-java' |
| 24 | - gerrit-maven-stage: |
| 25 | sign-artifacts: true |
Claudio David Gasparini | f55f3b6 | 2020-11-12 18:05:09 +0100 | [diff] [blame] | 26 | build-node: centos7-builder-4c-4g |
ToineSiebelink | eb3fee9 | 2020-11-11 10:37:52 +0000 | [diff] [blame] | 27 | maven-versions-plugin: true |
| 28 | - gerrit-maven-docker-stage: |
Claudio David Gasparini | f55f3b6 | 2020-11-12 18:05:09 +0100 | [diff] [blame] | 29 | build-node: centos7-docker-8c-8g |
ToineSiebelink | eb3fee9 | 2020-11-11 10:37:52 +0000 | [diff] [blame] | 30 | maven-versions-plugin: true |
| 31 | mvn-params: '-P docker' |
| 32 | container-public-registry: 'nexus3.onap.org:10001' |
| 33 | container-staging-registry: 'nexus3.onap.org:10003' |
| 34 | - '{project-name}-gerrit-release-jobs': |
Claudio David Gasparini | f55f3b6 | 2020-11-12 18:05:09 +0100 | [diff] [blame] | 35 | build-node: centos7-docker-8c-8g |
ToineSiebelink | eb3fee9 | 2020-11-11 10:37:52 +0000 | [diff] [blame] | 36 | stream: |
| 37 | - 'master': |
| 38 | branch: 'master' |
| 39 | mvn-settings: 'cps-settings' |
| 40 | files: '**' |
| 41 | archive-artifacts: '' |
Claudio David Gasparini | f55f3b6 | 2020-11-12 18:05:09 +0100 | [diff] [blame] | 42 | build-node: ubuntu1804-builder-4c-4g |
| 43 | |
| 44 | - project: |
| 45 | name: cps-sonar |
| 46 | java-version: openjdk11 |
| 47 | jobs: |
| 48 | - gerrit-maven-sonar |
| 49 | sonarcloud: true |
| 50 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 51 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 52 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 53 | sonar-mvn-goal: '{sonar_mvn_goal}' |
| 54 | cron: '@daily' |
| 55 | build-node: ubuntu1804-builder-4c-4g |
| 56 | project: 'cps' |
| 57 | project-name: 'cps' |
| 58 | branch: 'master' |
| 59 | mvn-settings: 'cps-settings' |
| 60 | mvn-goals: 'clean install' |
| 61 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |