From acb424c202612a7a03a1f48e00dcb6843258285b Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Fri, 21 Jul 2017 10:53:59 +0800 Subject: Add vfc gvnfm vnfres java verify job Enable vfc gvnfm vnfres java verify job Change-Id: Ia8d4ec73e78c94f75fb8efdb89691f2c396d72fe Issue-ID: CIMAN-5 Signed-off-by: ying.yunlong --- jjb/vfc/vfc-gvnfm-vnfres-java.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jjb/vfc/vfc-gvnfm-vnfres-java.yaml (limited to 'jjb/vfc') 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 -- cgit 1.2.3-korg