diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-21 09:26:29 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-21 09:26:29 +0800 |
commit | 59912e4d8808ae4e9982c685adf42e76f700ae29 (patch) | |
tree | 1dce4bd9cb3403399986f7e4975059a51fb44598 | |
parent | 6f5c31c779ccbdd0e25b9f55c5b0030b7b61018c (diff) |
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 <ying.yunlong@zte.com.cn>
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-docker-java.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
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' - |