Modify jjb for emsdriver
Modify jjb for emsdriver.
Update the pom file directory,because the source code structure for
vfc-emdsdriver has changed,update the pom directory from ems/boco/
to ems/
Issue-ID: CIMAN-28
Change-Id: Ie29071a7fe87fe881b00e959c497b8458596b072
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml
index 8c38d48..2cdee9b 100644
--- a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml
@@ -10,8 +10,8 @@
mvn-settings: 'vfc-nfvo-driver-ems-settings'
subproject:
- 'drv-ems-boco':
- pom: 'ems/boco/pom.xml'
- pattern: 'ems/boco/**'
+ pom: 'ems/pom.xml'
+ pattern: 'ems/**'
jobs:
- '{project-name}-{stream}-{subproject}-verify-java'
- '{project-name}-{stream}-{subproject}-merge-java'