summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-07-02 22:51:27 -0500
committerSai Gandham <sg481n@att.com>2018-07-05 16:43:12 +0000
commit6b5e8f72c34d4cdf16a94d7db5e0ee4b65e4621b (patch)
tree7b71aff9cfd807461a000a1df4140c0d7dc5b459
parent7ca40e93913ed0996dd77f19d9acadb0c56f7b5f (diff)
Add jjb template file for aaf cadi modules
Issue-ID: AAF-385 Change-Id: I64c4e0247801db0147d7e9db825ede3737c5b3aa Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r--jjb/aaf/aaf-cadi.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/jjb/aaf/aaf-cadi.yaml b/jjb/aaf/aaf-cadi.yaml
new file mode 100644
index 000000000..88864471d
--- /dev/null
+++ b/jjb/aaf/aaf-cadi.yaml
@@ -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'