From: C.T. Paterson Date: Fri, 31 Aug 2018 20:42:59 +0000 (-0400) Subject: Add jobs for aai/chameleon repo X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4db76e3ba649af1f69858f62531b71708c4d7f34;p=ci-management.git Add jobs for aai/chameleon repo Change-Id: I6b5a13e5cd593cc28778c4b9f0c80e27af08438e Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson --- diff --git a/jjb/aai/aai-chameleon.yaml b/jjb/aai/aai-chameleon.yaml new file mode 100644 index 000000000..5e583ce7a --- /dev/null +++ b/jjb/aai/aai-chameleon.yaml @@ -0,0 +1,22 @@ +--- +- project: + name: aai-chameleon + project-name: 'aai-chameleon' + jobs: + - gerrit-maven-clm + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'clean package dockerfile:build dockerfile:push' + project: 'aai/chameleon' + stream: + - 'master': + branch: 'master' + - 'beijing': + branch: 'beijing' + mvn-settings: 'aai-chameleon-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-builder-4c-4g