Add sonar job for vfc-gvnfm-jujudriver 31/32831/2
authorluxin <luxin7@huawei.com>
Mon, 26 Feb 2018 03:48:17 +0000 (11:48 +0800)
committerluxin <luxin7@huawei.com>
Mon, 26 Feb 2018 03:56:07 +0000 (11:56 +0800)
Change-Id: Icd11ae7945269ba153dcc348eb28f8758af48e16
Issue-ID: CIMAN-136
Signed-off-by: luxin <luxin7@huawei.com>
jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml

index a1af3b7..a9e6afa 100644 (file)
     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