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 <ying.yunlong@zte.com.cn>
--- /dev/null
+---
+
+- 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