From 7b99e97587c814c642d917b8eefc51f66e9aec49 Mon Sep 17 00:00:00 2001 From: yangyan Date: Thu, 12 Oct 2017 04:30:27 +0800 Subject: Update vfc-nfvo-driver-svnfm-huawei yaml template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the pom file directory,because –release-version3-java-daily job failed. Remove extra space. Issue-ID: VFC-520 Change-Id: I02e0129f5e938cccb4b56d11b29ff8fd00c98d7f Signed-off-by: yangyan --- jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml b/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml index e7e8f6664..a7406c6ab 100644 --- a/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml +++ b/jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml @@ -9,8 +9,8 @@ mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings' subproject: - 'drv-vnfm-huawei': - pom: 'huawei/vnfmadapter/pom.xml' - pattern: 'huawei/vnfmadapter/**' + pom: 'huawei/pom.xml' + pattern: 'huawei/**' jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' -- cgit 1.2.3-korg