diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 04:30:27 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-10-12 05:11:52 +0800 |
commit | 7b99e97587c814c642d917b8eefc51f66e9aec49 (patch) | |
tree | b6ec39791dfb287eea34b537ffa6e397c3567bcf | |
parent | 6b766437c9bef9c8b86c952cfccdf95ef115ce24 (diff) |
Update vfc-nfvo-driver-svnfm-huawei yaml template
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 <yangyanyj@chinamobile.com>
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-svnfm-huawei.yaml | 4 |
1 files 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' |