diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/aai/aai-rest-client.yaml | 15 | ||||
-rw-r--r-- | jjb/aai/aai-router-core-service.yaml | 15 |
2 files changed, 30 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: '' diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml new file mode 100644 index 000000000..097b800d9 --- /dev/null +++ b/jjb/aai/aai-router-core-service.yaml @@ -0,0 +1,15 @@ +--- +- project: + name: aai-router-core + project-name: 'aai-router-core' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'aai/router-core' + stream: + - 'master': + branch: 'master' + mvn-settings: 'aai-router-core-settings' + files: '**' + archive-artifacts: '' |