diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-18 11:48:28 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-07-18 11:48:28 +0800 |
commit | bd4a0484ad1707a7b4e6e5e5fd0ba01ab7a3c87f (patch) | |
tree | af614e738b3689e8d513abd1f739a593473dd9c9 /jjb/vfc/vfc-gvnfm-vnflcm-python.yaml | |
parent | 38c071d028433d96255e3bfe9e94d79aee53fc46 (diff) |
Enable vfc gvnfm vnflcm scan job
Add vfc gvnfm vnflcm job to jenkins
Change-Id: I87134a3373d69645ff260b6c0e8e64fa4c9f830c
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc/vfc-gvnfm-vnflcm-python.yaml')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnflcm-python.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml new file mode 100644 index 000000000..7730fbf3e --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnflcm-python.yaml @@ -0,0 +1,19 @@ +--- + +- project: + name: vfc-gvnfm-vnflcm + project-name: 'vfc-gvnfm-vnflcm' + project: 'vfc/gvnfm/vnflcm' + stream: + - 'master': + branch: 'master' + - 'release-1.0.0': + branch: 'release-1.0.0' + mvn-settings: 'vfc-gvnfm-vnflcm-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'lcm': + path: 'lcm' + pattern: 'lcm/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |