From: Wong, Ben (bw3755) Date: Wed, 27 Sep 2017 16:20:01 +0000 (+0100) Subject: Add project yaml file for the aai-babel service X-Git-Tag: 1.0.0-Amsterdam~120^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ed9c563613a53d41055ab75957be74bde5d255e1;p=ci-management.git Add project yaml file for the aai-babel service Add JJB project configuration for the aai-babel service Change-Id: I49c2e6f0a14501952f7817e9bf41205876226b18 Issue-Id: AAI-46 Signed-off-by: Ben Wong --- diff --git a/jjb/aai/aai-babel.yaml b/jjb/aai/aai-babel.yaml new file mode 100644 index 000000000..d4760d222 --- /dev/null +++ b/jjb/aai/aai-babel.yaml @@ -0,0 +1,20 @@ +--- +- project: + name: aai-babel + project-name: 'aai-babel' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-java-daily' + - '{project-name}-{stream}-aai-docker-java-daily': + pom: 'pom.xml' + mvn-goals: 'docker:build' + project: 'aai/babel' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-babel-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g