diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-08-09 14:36:01 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-08-09 14:36:01 +0800 |
commit | ce96c2447a5b8558752b7cefeeefeed6c69d36db (patch) | |
tree | 194385ad8fa52099ed5db025735d0750863d813a /jjb/vfc | |
parent | 193a75565d3bf67d9efd69f492260fea1ebc2ad6 (diff) |
Add jjb jobs for vfc-nfvo-driver-ems-java
Change-Id: Idcc9e6d13dd24431222043baa5f24c6e7cce8bbe
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-ems-java.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-java.yaml b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml new file mode 100644 index 000000000..e1a555446 --- /dev/null +++ b/jjb/vfc/vfc-nfvo-driver-ems-java.yaml @@ -0,0 +1,20 @@ +---
+
+- project:
+ name: vfc-nfvo-driver-ems-java
+ project-name: 'vfc-nfvo-driver-ems'
+ project: 'vfc/nfvo/driver/ems'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'vfc-nfvo-driver-ems-settings'
+ subproject:
+ - 'ems-driver-boco':
+ pom: 'ems/ems/sems/boco/ems-driver/pom.xml'
+ pattern: 'ems/ems/sems/boco/ems-driver/**'
+ 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 |