Add new jjb jobs 43/4143/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Thu, 11 May 2017 15:52:13 +0000 (11:52 -0400)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Thu, 11 May 2017 16:09:25 +0000 (12:09 -0400)
One for aai/rest-client
One for aai/router-core

Change-Id: I452511e04416c4a5160ad4389ca23124c5115654
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
jjb/aai/aai-rest-client.yaml [new file with mode: 0644]
jjb/aai/aai-router-core-service.yaml [new file with mode: 0644]

diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml
new file mode 100644 (file)
index 0000000..7294600
--- /dev/null
@@ -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 (file)
index 0000000..097b800
--- /dev/null
@@ -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: ''