X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faai%2Faai-graphgraph.yaml;h=1f8078f232e53e408bca1f696050c84a02429c11;hb=6f70f46f653c668f6ef4aca7f19e6ce4f3e90e35;hp=5e5ef5262e221c3ab10e652fad0b3905742fcf4f;hpb=c9d4227f41ac7e94282ac807a1da92d7629bfbbd;p=ci-management.git diff --git a/jjb/aai/aai-graphgraph.yaml b/jjb/aai/aai-graphgraph.yaml index 5e5ef5262..1f8078f23 100644 --- a/jjb/aai/aai-graphgraph.yaml +++ b/jjb/aai/aai-graphgraph.yaml @@ -1,9 +1,27 @@ --- - project: name: aai-graphgraph + project-name: aai-graphgraph + views: + - project-view + +- project: + name: aai-graphgraph-master project-name: 'aai-graphgraph' jobs: - - gerrit-maven-clm + - '{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 + - 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}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'aai/graphgraph' stream: - 'master': @@ -11,4 +29,42 @@ mvn-settings: 'aai-graphgraph-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + +- project: + name: aai-graphgraph-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/graphgraph' + project-name: 'aai-graphgraph' + branch: 'master' + mvn-settings: 'aai-graphgraph-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: aai-graphgraph-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: 'aai/graphgraph' + project-name: 'aai-graphgraph' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-graphgraph-settings' + +- project: + name: aai-graphgraph-info + project-name: aai-graphgraph + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: aai/graphgraph + branch: master