diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-05-11 19:23:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-11 19:23:41 +0000 |
commit | 3ff808c28ffe1f45d68b9d3258ea8cb149b24c2f (patch) | |
tree | 343e96b2e0a5732393667e9cf7f74089c2d30e55 /jjb/aai | |
parent | 5009dccf2c6570083f642b9cf0e26646127a915a (diff) | |
parent | 9ac2d6e0443b9321bc0ee5118ba2ff5de88b85ba (diff) |
Merge "Add new jjb jobs"
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: '' |