diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-01 14:24:06 +0000 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-02-01 14:24:06 +0000 |
commit | 06372481f0865c28bec06864793f95f321cee387 (patch) | |
tree | 5cde593af8c3a2420f0b82adbb4e3402bc84efbb /jjb/aai | |
parent | 40da977b01ded46789a41d12810e82ad4de8e283 (diff) |
Add JJB template for aai/event-client
Adding:
- Verify
- Merge
- Daily release
Change-Id: I26f84ffcf58a6dae019128747911e21be56a79ff
Issue-ID: AAI-700
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-event-client.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/aai/aai-event-client.yaml b/jjb/aai/aai-event-client.yaml new file mode 100644 index 000000000..92110f0ec --- /dev/null +++ b/jjb/aai/aai-event-client.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: aai-event-client-master + project-name: 'aai-event-client' + jobs: + - gerrit-maven-clm: + java-version: '' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/event-client' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-event-client-settings' + files: '**' + archive-artifacts: ''
\ No newline at end of file |