From: Sai Gandham Date: Tue, 3 Jul 2018 03:51:27 +0000 (-0500) Subject: Add jjb template file for aaf cadi modules X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b5e8f72c34d4cdf16a94d7db5e0ee4b65e4621b;p=ci-management.git Add jjb template file for aaf cadi modules Issue-ID: AAF-385 Change-Id: I64c4e0247801db0147d7e9db825ede3737c5b3aa Signed-off-by: Sai Gandham --- 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'