Add vfc gvnfm and svnfm driver job file 93/6893/3
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 8 Aug 2017 01:33:43 +0000 (09:33 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 8 Aug 2017 01:37:15 +0000 (09:37 +0800)
As there is no verify and merge job in vfc-gvnfm-driver
and vfc-svnfm-zte-driver job list,
add job file for the first time.

Change-Id: I11d5abdc2d0d88144a48748b9007f3ec9b0fcfac
Issue-ID: CIMAN-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml [new file with mode: 0644]
jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml [new file with mode: 0644]

diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml
new file mode 100644 (file)
index 0000000..22c8704
--- /dev/null
@@ -0,0 +1,20 @@
+---
+
+- project:
+    name: vfc-nfvo-driver-vnfm-gvnfm-java
+    project-name: 'vfc-nfvo-driver-vnfm-gvnfm'
+    project: 'vfc/nfvo/driver/vnfm/gvnfm'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings'
+    subproject:
+      - 'gvnfmadapter':
+          pom: 'gvnfmadapter/pom.xml'
+          pattern: 'gvnfmadapter/**'
+    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
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-zte-java.yaml
new file mode 100644 (file)
index 0000000..23a6117
--- /dev/null
@@ -0,0 +1,20 @@
+---
+
+- project:
+    name: vfc-nfvo-driver-vnfm-svnfm-zte-java
+    project-name: 'vfc-nfvo-driver-vnfm-svnfm'
+    project: 'vfc/nfvo/driver/vnfm/svnfm'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'vfc-nfvo-driver-vnfm-svnfm-settings'
+    subproject:
+      - 'drv-vnfm-zte':
+          pom: 'zte/vmanager/pom.xml'
+          pattern: 'zte/vmanager/**'
+    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