Add JJB project configuration for the aai-babel service
Change-Id: I49c2e6f0a14501952f7817e9bf41205876226b18
Issue-Id: AAI-46
Signed-off-by: Ben Wong <bwong@amdocs.com>
--- /dev/null
+---
+- project:
+    name: aai-babel
+    project-name: 'aai-babel'
+    jobs:
+      - '{project-name}-{stream}-clm'
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-java-daily'
+      - '{project-name}-{stream}-aai-docker-java-daily':
+          pom: 'pom.xml'
+          mvn-goals: 'docker:build'
+    project: 'aai/babel'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'aai-babel-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g