Add jjb template file for aaf cadi modules 71/55671/2
authorSai Gandham <sg481n@att.com>
Tue, 3 Jul 2018 03:51:27 +0000 (22:51 -0500)
committerSai Gandham <sg481n@att.com>
Thu, 5 Jul 2018 16:43:12 +0000 (16:43 +0000)
Issue-ID: AAF-385
Change-Id: I64c4e0247801db0147d7e9db825ede3737c5b3aa
Signed-off-by: Sai Gandham <sg481n@att.com>
jjb/aaf/aaf-cadi.yaml [new file with mode: 0644]

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