diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-05-11 11:52:13 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-05-11 12:09:25 -0400 |
commit | 9ac2d6e0443b9321bc0ee5118ba2ff5de88b85ba (patch) | |
tree | 6b3f48036d544248a85acd06b85ee2a4959e2c39 /jjb/aai | |
parent | 333d6db8d0e0ac898b9c991b9f2a0dcffaa06fb4 (diff) |
Add new jjb jobs
One for aai/rest-client
One for aai/router-core
Change-Id: I452511e04416c4a5160ad4389ca23124c5115654
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'jjb/aai')
-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: '' |