| --- |
| - project: |
| name: optf-project-view |
| project-name: optf |
| views: |
| - project-view |
| |
| - project: |
| name: optf-cmso |
| project-name: 'optf-cmso' |
| jobs: |
| - gerrit-maven-stage: |
| build-node: ubuntu1804-docker-8c-8g |
| maven-versions-plugin: false |
| - gerrit-maven-docker-stage: |
| build-node: ubuntu1804-docker-8c-8g |
| maven-versions-plugin: false |
| container-public-registry: 'nexus3.onap.org:10001' |
| container-staging-registry: 'nexus3.onap.org:10003' |
| mvn-params: '-Dmaven.test.skip=true -P docker' |
| - '{project-name}-{stream}-verify-java-checkstyle': |
| mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
| - '{project-name}-{stream}-merge-properties-java': |
| mvn_properties: |
| - docker.pull.registry=nexus3.onap.org:10001 |
| - docker.push.registry=nexus3.onap.org:10003 |
| - '{project-name}-gerrit-release-jobs': |
| build-node: centos7-docker-8c-8g |
| build-node: ubuntu1804-docker-8c-8g |
| project: 'optf/cmso' |
| stream: |
| - 'master': |
| branch: 'master' |
| - 'frankfurt': |
| branch: 'frankfurt' |
| mvn-settings: 'optf-cmso-settings' |
| java-version: openjdk11 |
| |
| subproject: |
| - 'cmso': |
| path: '.' |
| pattern: '**' |
| pom: 'pom.xml' |
| |
| - project: |
| name: optf-cmso-sonar |
| jobs: |
| - gerrit-maven-sonar: |
| mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001 -DskipIntegrationTests=false' |
| sonarcloud: true |
| sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| sonarcloud-api-token: '{sonarcloud_api_token}' |
| sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| sonar-mvn-goal: '{sonar_mvn_goal}' |
| cron: 'H 11 * * *' |
| build-node: ubuntu1804-docker-8c-8g |
| project: 'optf/cmso' |
| project-name: 'optf-cmso' |
| branch: 'master' |
| mvn-settings: 'optf-cmso-settings' |
| mvn-goals: 'clean install' |
| mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| java-version: openjdk11 |
| |
| - project: |
| name: optf-cmso-clm |
| jobs: |
| - gerrit-maven-clm: |
| mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
| nexus-iq-namespace: 'onap-' |
| project: optf/cmso |
| project-name: 'optf-cmso' |
| build-node: ubuntu1804-docker-8c-8g |
| stream: |
| - 'master': |
| branch: 'master' |
| - 'frankfurt': |
| branch: 'frankfurt' |
| mvn-settings: 'optf-cmso-settings' |
| java-version: openjdk11 |
| |
| - project: |
| name: optf-cmso-info |
| project-name: optf-cmso |
| jobs: |
| - gerrit-info-yaml-verify |
| build-node: centos7-builder-2c-1g |
| project: optf/cmso |
| branch: master |