diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-08-22 12:30:52 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-08-23 14:22:41 +0800 |
commit | 358aa882ee154e1459c5977524f05d5832326150 (patch) | |
tree | d6b387b992263039f6cb8cb000e371980f8046f4 | |
parent | e66c36d0032ecbef5a192e82c0d30d3e4c6a0c5b (diff) |
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>
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-ems-java.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml index 8c38d48d2..2cdee9b39 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'
|