diff options
Diffstat (limited to 'jjb/aai/aai-rest-client.yaml')
-rw-r--r-- | jjb/aai/aai-rest-client.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml new file mode 100644 index 000000000..729460077 --- /dev/null +++ b/jjb/aai/aai-rest-client.yaml @@ -0,0 +1,15 @@ +--- +- project: + name: aai-rest-client + project-name: 'aai-rest-client' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/rest-client' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-rest-client-settings' + files: '**' + archive-artifacts: '' |