diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-07-18 15:38:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-18 15:38:21 +0000 |
commit | 806420aeec40390fdf3955946000666b7aa9dcb9 (patch) | |
tree | 124e303bb223b8da8ade1e370737e9ad09f1ea4b | |
parent | 9e81e96a067a0b6f1bdede1837c6d0a19fd13f78 (diff) | |
parent | bd4a0484ad1707a7b4e6e5e5fd0ba01ab7a3c87f (diff) |
Merge "Enable vfc gvnfm vnflcm scan job"
-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' |