Add verify and merge jobs for integration repo
Add verify, merge, and release-version jobs for
Java artifacts in the integration repo.
Change-Id: I04828f13968ff716f5112b6ec7d6603119c857e7
Issue-ID: CIMAN-45
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml
new file mode 100644
index 0000000..1243121
--- /dev/null
+++ b/jjb/integration/integration.yaml
@@ -0,0 +1,16 @@
+---
+- project:
+ name: integration
+ project-name: 'integration'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+ project: 'integration'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'integration-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g