From: ying.yunlong Date: Tue, 8 Aug 2017 01:59:28 +0000 (+0800) Subject: Add vfc-gvnfm-vnflcm job file X-Git-Tag: 1.0.0-Amsterdam~368^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=73d6cee7de7d6b75fae85ab8f91f594b0bd26e17;p=ci-management.git Add vfc-gvnfm-vnflcm job file As there is no verify and merge job in vfc-gvnfm-vnflcm job list, add job file for the first time. this job is used to zip the python code. Change-Id: I49a5644bf10db388d7a3850c6426602a84aac5f6 Issue-ID: CIMAN-5 Signed-off-by: ying.yunlong --- diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml new file mode 100644 index 000000000..94a718f7c --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-gvnfm-vnflcm-java + project-name: 'vfc-gvnfm-vnflcm' + project: 'vfc/gvnfm/vnflcm' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-gvnfm-vnflcm-settings' + subproject: + - 'lcm': + pom: 'lcm/pom.xml' + pattern: 'lcm/**' + 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