diff options
author | Muller, Andrew (am8383) <am8383@us.att.com> | 2017-07-28 16:49:26 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-08 22:58:17 -0400 |
commit | aa24e3439453dca8464b8e09332b58b5c5d51faf (patch) | |
tree | b5ff64951be1470a21478beae6e139d0499da45f /jjb/aai | |
parent | d83d4e6d54c05872f61c5bdd3276769389698ffb (diff) |
Add jjb for aai-champ repos
Issue-ID: AAI-81
Change-Id: I856dd019fea6474523202c126118a92b74b90262
Signed-off-by: Muller, Andrew (am8383) <am8383@us.att.com>
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-champ.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/aai/aai-champ.yaml b/jjb/aai/aai-champ.yaml new file mode 100644 index 000000000..666d79395 --- /dev/null +++ b/jjb/aai/aai-champ.yaml @@ -0,0 +1,21 @@ +--- +- project: + name: aai-champ + project-name: 'aai-champ' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' + + project: 'aai/champ' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-champ-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |