| --- |
| - project: |
| name: aai-aai-common-project-view |
| project-name: aai-aai-common |
| views: |
| - project-view |
| |
| - project: |
| name: aai-aai-common-master |
| project-name: 'aai-aai-common' |
| jobs: |
| - '{project-name}-{stream}-verify-java' |
| - '{project-name}-{stream}-merge-java' |
| - gerrit-maven-stage: |
| sign-artifacts: true |
| build-node: centos7-builder-4c-4g |
| maven-versions-plugin: true |
| - '{project-name}-gerrit-release-jobs': |
| build-node: centos7-docker-8c-8g |
| project: 'aai/aai-common' |
| stream: |
| - 'master': |
| branch: 'master' |
| mvn-params: '-P spring-boot-2-1' |
| - 'istanbul': |
| branch: 'istanbul' |
| mvn-params: '-P spring-boot-2-1' |
| mvn-settings: 'aai-aai-common-settings' |
| mvn-version: 'mvn35' |
| files: '**' |
| archive-artifacts: '' |
| build-node: ubuntu1804-builder-4c-4g |
| java-version: openjdk8 |
| |
| - project: |
| name: aai-aai-common-sonar |
| jobs: |
| - gerrit-maven-sonar |
| 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: '@daily' |
| build-node: ubuntu1804-builder-4c-4g |
| project: 'aai/aai-common' |
| project-name: 'aai-aai-common' |
| branch: 'master' |
| mvn-params: '-P spring-boot-2-1' |
| mvn-settings: 'aai-aai-common-settings' |
| mvn-goals: 'clean install' |
| mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| mvn-version: 'mvn35' |
| java-version: openjdk8 |
| |
| - project: |
| name: aai-aai-common-clm |
| jobs: |
| - gerrit-maven-clm |
| nexus-iq-namespace: 'onap-' |
| build-node: ubuntu1804-builder-4c-4g |
| project: 'aai/aai-common' |
| project-name: 'aai-aai-common' |
| stream: |
| - 'master': |
| branch: 'master' |
| - 'istanbul': |
| branch: 'istanbul' |
| mvn-params: '-P spring-boot-2-1' |
| mvn-settings: 'aai-aai-common-settings' |
| mvn-version: 'mvn35' |
| java-version: openjdk8 |
| |
| - project: |
| name: aai-aai-common-info |
| project-name: aai-aai-common |
| jobs: |
| - gerrit-info-yaml-verify |
| build-node: centos7-builder-2c-1g |
| project: aai/aai-common |
| branch: master |
| |
| - project: |
| name: 'aai-aai-common-docker' |
| jobs: |
| - '{project-name}-{stream}-verify-docker' |
| - '{project-name}-{stream}-merge-docker' |
| - gerrit-maven-docker-stage: |
| mvn-params: '-P docker -Dmaven.test.skip=true' |
| build-node: ubuntu1804-docker-8c-8g |
| container-public-registry: 'nexus3.onap.org:10001' |
| container-staging-registry: 'nexus3.onap.org:10003' |
| project-name: 'aai-aai-common' |
| project: 'aai/aai-common' |
| stream: |
| - 'master': |
| branch: 'master' |
| distro: 'alpine' |
| mvn-params: '-P spring-boot-2-1,docker' |
| docker_name: 'onap/aai-common-{distro}' |
| docker_build_args: '-f ./Dockerfile.{distro}' |
| docker_root: '$WORKSPACE/Dockerfiles/aai-common/' |
| mvn-settings: 'aai-aai-common-settings' |
| mvn-version: 'mvn35' |
| files: 'Dockerfiles/aai-common/**' |
| build-node: ubuntu1804-docker-8c-8g |
| java-version: openjdk8 |
| |
| - project: |
| name: 'aai-aai-common-whitesource' |
| project-name: 'aai-aai-common' |
| build-node: ubuntu1804-docker-8c-8g |
| jobs: |
| - gerrit-whitesource-scan |
| mvn-params: '-P spring-boot-2-1' |
| mvn-settings: 'aai-aai-common-settings' |
| wss-product-name: 'aai' |
| mvn-clean-install: true |
| project: 'aai/aai-common' |
| branch: master |
| java-version: openjdk8 |