diff options
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnfres-java.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfres-java.yaml b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml new file mode 100644 index 000000000..cfcd4dae4 --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnfres-java.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-gvnfm-vnfres-java + project-name: 'vfc-gvnfm-vfcres-java' + project: 'vfc/gvnfm/vnfres' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnfres-java-settings' + subproject: + - 'res': + pom: 'res/pom.xml' + pattern: 'res/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file |