diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-11 18:45:56 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-11 19:29:52 +0800 |
commit | cedc059dd29d115edf49bbc01c2b03197e1a38e2 (patch) | |
tree | 186b2110a7362e7fd5ff21e693e2b4b5f2a9a74e /jjb/vfc | |
parent | 8921ecb9c8095e6b0386fb39d4692cde96d10e52 (diff) |
Enable vfc gvnfm vnfres scan job
Add vfc gvnfm vnfres job to jenkins
Change-Id: I087ca9b6b18f7d29f993ca5048fd22e16fdc14ab
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnfres-python.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfres-python.yaml b/jjb/vfc/vfc-gvnfm-vnfres-python.yaml new file mode 100644 index 000000000..db7762f3e --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnfres-python.yaml @@ -0,0 +1,17 @@ +--- + +- project: + name: vfc-gvnfm-vnfres + project-name: 'vfc-gvnfm-vnfres' + project: 'vfc/gvnfm/vnfres' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfres-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'res': + path: 'res' + pattern: 'res/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |