Add new jjb jobs
One for aai/rest-client
One for aai/router-core
Change-Id: I452511e04416c4a5160ad4389ca23124c5115654
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml
new file mode 100644
index 0000000..7294600
--- /dev/null
+++ b/jjb/aai/aai-rest-client.yaml
@@ -0,0 +1,15 @@
+---
+- project:
+ name: aai-rest-client
+ project-name: 'aai-rest-client'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+ project: 'aai/rest-client'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'aai-rest-client-settings'
+ files: '**'
+ archive-artifacts: ''
diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml
new file mode 100644
index 0000000..097b800
--- /dev/null
+++ b/jjb/aai/aai-router-core-service.yaml
@@ -0,0 +1,15 @@
+---
+- project:
+ name: aai-router-core
+ project-name: 'aai-router-core'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-release-version-java-daily'
+ project: 'aai/router-core'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'aai-router-core-settings'
+ files: '**'
+ archive-artifacts: ''