From 60373ffd4986cff52a7fc85af8b5225588f87f25 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Fri, 3 Aug 2018 14:16:20 -0400 Subject: [PATCH] New JJB file for regional_controller tar file Change-Id: I1a1e517b289622400dc789d6dda1c1ff9e8b38b8 Signed-off-by: Eby, Robert (re2429) --- jjb/regional_controller/regional_controller.yaml | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 jjb/regional_controller/regional_controller.yaml diff --git a/jjb/regional_controller/regional_controller.yaml b/jjb/regional_controller/regional_controller.yaml new file mode 100644 index 0000000..f29f70b --- /dev/null +++ b/jjb/regional_controller/regional_controller.yaml @@ -0,0 +1,31 @@ +--- +# +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. +# +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +- project: + name: regional_controller + project-name: regional_controller + project: regional_controller + build-node: centos7-builder-2c-1g + stream: master + mvn-settings: regional_controller-settings + group-id: org.akraino.regional_controller + refspec: refs/heads/master + branch: master + jobs: + - akraino-project-stream-release-config + views: + - common-view + cron: 'H H * * 0' # push fresh snapshot weekly -- 2.16.6