diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-07-21 14:36:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-21 14:36:00 +0000 |
commit | e79bde2b4126cbe1f128135ae161cd9a57ef4029 (patch) | |
tree | ed5d59e997bdbadb7d08a9a1237cc67f4323c7dc /jjb/vfc | |
parent | af1ad6815d1b91c579abd02225de3dfa37b8c310 (diff) | |
parent | acb424c202612a7a03a1f48e00dcb6843258285b (diff) |
Merge "Add vfc gvnfm vnfres java verify job"
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 |