From 9ac2d6e0443b9321bc0ee5118ba2ff5de88b85ba Mon Sep 17 00:00:00 2001 From: Daniel Silverthorn Date: Thu, 11 May 2017 11:52:13 -0400 Subject: Add new jjb jobs One for aai/rest-client One for aai/router-core Change-Id: I452511e04416c4a5160ad4389ca23124c5115654 Signed-off-by: Daniel Silverthorn --- jjb/aai/aai-rest-client.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 jjb/aai/aai-rest-client.yaml (limited to 'jjb/aai/aai-rest-client.yaml') 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: '' -- cgit 1.2.3-korg