X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faai%2Faai-rest-client.yaml;h=670e2504855b64621b1cc7e412e2a8915ecaec25;hb=b362530a59bd18f2f699c82e712d0ae9d3960a62;hp=83a6fadab22f6fed9af59790b47fb376126b549e;hpb=a533a22ff7509d584fb18af3ec85ffc2fce4a108;p=ci-management.git diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml index 83a6fadab..670e25048 100644 --- a/jjb/aai/aai-rest-client.yaml +++ b/jjb/aai/aai-rest-client.yaml @@ -1,9 +1,9 @@ --- - project: - name: aai-rest-client + name: aai-rest-client-master project-name: 'aai-rest-client' jobs: - - '{project-name}-{stream}-clm' + - gerrit-maven-clm: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -14,3 +14,15 @@ mvn-settings: 'aai-rest-client-settings' files: '**' archive-artifacts: '' +- project: + name: aai-rest-client-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-builder-4c-4g + project: 'aai/rest-client' + project-name: 'aai-rest-client' + branch: 'master' + mvn-settings: 'aai-rest-client-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'