summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-08-02 10:45:38 +0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-08-03 18:30:34 +0000
commit0b2d4a5b66a2a2658c1b3342a7cf742040cdd8f1 (patch)
tree59463b7d2cb6387a0186f518b3371f71251782c4 /jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml
parent23d67d633908c5eb6080c2e1fdcd1f61e34c9df4 (diff)
Add java verify and merge file to vfc-gvnfm-vnfmgr
As there is not verify and merge job in vfc-gvnfm-vnfmgr job list, add job file for the first time. Change-Id: I458de07ebc3c605fc09cb6818bdc45a65c30383f Issue-ID: CIMAN-5 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml')
-rw-r--r--jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml
new file mode 100644
index 000000000..5fec8ccd4
--- /dev/null
+++ b/jjb/vfc/vfc-gvnfm-vnfmgr-java.yaml
@@ -0,0 +1,19 @@
+---
+- project:
+ name: vfc-gvnfm-vnfmgr-java
+ project-name: 'vfc-gvnfm-vnfmgr'
+ project: 'vfc/gvnfm/vnfmgr'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'vfc-gvnfm-vnfmgr-settings'
+ subproject:
+ - 'mgr':
+ pom: 'mgr/pom.xml'
+ pattern: 'mgr/**'
+ 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