diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-18 14:04:28 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-18 14:06:33 +0800 |
commit | b76b4382fbf7d808cadd95aaf31ee0bf81fee196 (patch) | |
tree | bcc1499c661f0bfd8ec6c68db7f8fb334018312f | |
parent | 2881b865e81091ab232cab7c98bf4d54116fc656 (diff) |
Enable vfc svnfm driver of zte scan job
Add vfc svnfm driver of zte job to jenkins
Change-Id: Ie333f0320cb4ac12ba9e3dedf855ac04e32111e0
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rw-r--r-- | jjb/vfc/vfc-driver-svnfm-python.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-driver-svnfm-python.yaml b/jjb/vfc/vfc-driver-svnfm-python.yaml new file mode 100644 index 000000000..8c0077622 --- /dev/null +++ b/jjb/vfc/vfc-driver-svnfm-python.yaml @@ -0,0 +1,19 @@ +--- + +- project: + name: vfc-nfvo-driver-svnfm + project-name: 'vfc-nfvo-driver-svnfm' + project: 'vfc/nfvo/driver/vnfm/svnfm' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'vfc-nfvo-driver-svnfm-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'drv-vnfm-zte': + path: 'zte/vmanager' + pattern: 'zte/vmanager/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |