From ed9c563613a53d41055ab75957be74bde5d255e1 Mon Sep 17 00:00:00 2001 From: "Wong, Ben (bw3755)" Date: Wed, 27 Sep 2017 17:20:01 +0100 Subject: [PATCH] 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 --- jjb/aai/aai-babel.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jjb/aai/aai-babel.yaml 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 -- 2.16.6