From: Jessica Wagantall Date: Fri, 9 Feb 2018 02:16:07 +0000 (-0800) Subject: Adding portal-sdk sonar job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F30953%2F2;p=ci-management.git Adding portal-sdk sonar job Change-Id: I7ef1a7fc8bc9ab079c2b35db562bf98085243d2f Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall --- diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml index 1653a7571..c5e7cb8d5 100644 --- a/jjb/portal-sdk/portal-sdk.yaml +++ b/jjb/portal-sdk/portal-sdk.yaml @@ -31,3 +31,16 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: portal-sdk-sonar + jobs: + - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g + java-version: '' + project: 'portal/sdk' + project-name: 'portal-sdk' + branch: 'master' + mvn-params: '-f ecomp-sdk/pom.xml' + mvn-settings: 'portal-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'