From: luxin Date: Mon, 26 Feb 2018 03:48:17 +0000 (+0800) Subject: Add sonar job for vfc-gvnfm-jujudriver X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F32831%2F2;p=ci-management.git Add sonar job for vfc-gvnfm-jujudriver Change-Id: Icd11ae7945269ba153dcc348eb28f8758af48e16 Issue-ID: CIMAN-136 Signed-off-by: luxin --- diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml index a1af3b773..a9e6afa7b 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml @@ -19,3 +19,16 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: vfc-nfvo-driver-vnfm-gvnfm-juju-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-basebuild-4c-4g + mvn-params: '-f juju/juju-vnfmadapter/pom.xml' + project: 'vfc/nfvo/driver/vnfm/gvnfm' + project-name: 'vfc-nfvo-driver-vnfm-gvnfm-juju' + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' \ No newline at end of file