From: ying.yunlong Date: Wed, 21 Mar 2018 01:26:29 +0000 (+0800) Subject: Update vfc-svnfm-driver yaml template X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=59912e4d8808ae4e9982c685adf42e76f700ae29;p=ci-management.git Update vfc-svnfm-driver yaml template Remove unused svnfm driver sonar job, because every driver has its own sonar job. Change-Id: Ifc963ab303b3a95a37bb04b4f2b24d914bb371b3 Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml index 69606b4b5..617007e2b 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml @@ -17,16 +17,3 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-builder-4c-4g -- project: - name: vfc-nfvo-driver-vnfm-svnfm-sonar - jobs: - - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g - project: 'vfc/nfvo/driver/vnfm/svnfm' - project-name: 'vfc-nfvo-driver-vnfm-svnfm' - branch: 'master' - mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -