diff options
author | Wong, Ben (bw3755) <bwong@amdocs.com> | 2017-09-27 17:20:01 +0100 |
---|---|---|
committer | Wong, Ben (bw3755) <bwong@amdocs.com> | 2017-09-28 10:12:49 +0100 |
commit | ed9c563613a53d41055ab75957be74bde5d255e1 (patch) | |
tree | b5af3baebae616d152e70e2f82d6715d7732e6ba /jjb | |
parent | c38ef8c27b169bceb2175f76b92ce14611280bbb (diff) |
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 <bwong@amdocs.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/aai/aai-babel.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |