From: fujinhua Date: Tue, 15 Aug 2017 03:37:15 +0000 (+0800) Subject: Update vfc-nfvo-driver-ems yaml template X-Git-Tag: 1.0.0-Amsterdam~335 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7f29e2c05889f82dfac1d6a85c05cf0bc976a64c;p=ci-management.git Update vfc-nfvo-driver-ems yaml template fix subproject settings according to new path Change-Id: Iaf3e7796bbad00393089b71e524fa2a1d3830530 Issue-Id: CIMAN-19 Signed-off-by: fujinhua --- diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml index e1a555446..8c38d48d2 100644 --- a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml @@ -9,9 +9,9 @@ branch: 'master' mvn-settings: 'vfc-nfvo-driver-ems-settings' subproject: - - 'ems-driver-boco': - pom: 'ems/ems/sems/boco/ems-driver/pom.xml' - pattern: 'ems/ems/sems/boco/ems-driver/**' + - 'drv-ems-boco': + pom: 'ems/boco/pom.xml' + pattern: 'ems/boco/**' jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java'