JJB file for new cacher microservice 65/65265/2
authorLaMont, William (wl2432) <wl2432@us.att.com>
Fri, 7 Sep 2018 16:34:02 +0000 (12:34 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Fri, 7 Sep 2018 17:22:36 +0000 (13:22 -0400)
Issue-ID: AAI-1473
Change-Id: I0f1b5bf8dabbb771452ff00f44abbd985407a4f1
Signed-off-by: LaMont, William (wl2432) <wl2432@us.att.com>
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
jjb/aai/aai-cacher.yaml [new file with mode: 0644]

diff --git a/jjb/aai/aai-cacher.yaml b/jjb/aai/aai-cacher.yaml
new file mode 100644 (file)
index 0000000..bc3b073
--- /dev/null
@@ -0,0 +1,34 @@
+---
+- project:
+    name: aai-cacher-master
+    project-name: 'aai-cacher'
+    jobs:
+      - gerrit-maven-clm
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily'
+      - '{project-name}-{stream}-docker-java-daily':
+          docker-pom: 'pom.xml'
+          mvn-profile: 'docker'
+          mvn-params: '-Dmaven.test.skip=true'
+    project: 'aai/cacher'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'aai-cacher-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+
+- project:
+    name: aai-cacher-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'aai/cacher'
+    project-name: 'aai-cacher'
+    branch: 'master'
+    mvn-settings: 'aai-cacher-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'