diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-07 10:31:58 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-07 10:33:42 +0800 |
commit | 6fc7ba02d486e1b88d822b39499a7b2d940248c7 (patch) | |
tree | f6298e188a6307eb8755acc1d4601c122690d3ba /jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml | |
parent | 56de86ca58d621ad6fa657c668c1583d89dead0e (diff) |
Modify vfc-gvnfm-zte-driver python yaml
Modify project-name and mvn-settings, make them
consistent with the name of the project.
Change-Id: Ice950a2c2de432765ff5b073d8f164d192625699
Issue-ID: VFC-77
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml new file mode 100644 index 000000000..5a662aa67 --- /dev/null +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-python.yaml @@ -0,0 +1,19 @@ +--- + +- project: + name: vfc-nfvo-driver-vnfm-gvnfm-python + project-name: 'vfc-nfvo-driver-vnfm-gvnfm' + project: 'vfc/nfvo/driver/vnfm/gvnfm' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'gvnfmadapter': + path: 'gvnfmadapter' + pattern: 'gvnfmadapter/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |