diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-06 05:05:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-06 05:05:31 +0000 |
commit | c2c862834bdd85f75c556f0c867ac59eb86180a2 (patch) | |
tree | e42d0ee456a974e67bc06936c687aff76ab56bf4 /jjb | |
parent | e10b36e854b237dbd12d0a302f1f068757443ef1 (diff) | |
parent | 06372481f0865c28bec06864793f95f321cee387 (diff) |
Merge "Add JJB template for aai/event-client"
Diffstat (limited to 'jjb')
-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 |