X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faai%2Faai-rest-client.yaml;h=b7ee32972b598fbc022d5af54befff8fc2383c23;hb=fa26be1acf522ac3b79a4e687ea08444009efbf2;hp=3108e4bf1d377095bcc8d0855faf5050fefb7fbc;hpb=62624326577fae0635caa43b8b44db1ba1c79263;p=ci-management.git diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml index 3108e4bf1..b7ee32972 100644 --- a/jjb/aai/aai-rest-client.yaml +++ b/jjb/aai/aai-rest-client.yaml @@ -1,18 +1,28 @@ --- +- project: + name: aai-rest-client-project-view + project-name: aai-rest-client + views: + - project-view + - project: name: aai-rest-client-master project-name: 'aai-rest-client' jobs: - - gerrit-maven-clm: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - 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/rest-client' stream: + - 'elalto': + branch: 'elalto' - 'master': branch: 'master' - - 'beijing': - branch: 'beijing' mvn-settings: 'aai-rest-client-settings' files: '**' archive-artifacts: '' @@ -21,7 +31,12 @@ name: aai-rest-client-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' + 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: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" + cron: '@daily' build-node: ubuntu1604-builder-4c-4g project: 'aai/rest-client' project-name: 'aai-rest-client' @@ -29,3 +44,23 @@ mvn-settings: 'aai-rest-client-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: aai-rest-client-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: 'aai/rest-client' + project-name: 'aai-rest-client' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-rest-client-settings' + +- project: + name: aai-rest-client-info + project-name: aai-rest-client + jobs: + - gerrit-info-yaml-verify + project: aai/rest-client + branch: master