diff options
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' |