Add vfc-gvnfm-vnflcm job file 01/6901/2
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 8 Aug 2017 01:59:28 +0000 (09:59 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 8 Aug 2017 02:00:48 +0000 (10:00 +0800)
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>
jjb/vfc/vfc-gvnfm-vnflcm-java.yaml [new file with mode: 0644]

diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml
new file mode 100644 (file)
index 0000000..94a718f
--- /dev/null
@@ -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