From 3173b73ad384c773b1bd1b748b75fe625eff91b3 Mon Sep 17 00:00:00 2001 From: Naga Sugguna Date: Tue, 2 Apr 2019 13:43:43 -0500 Subject: [PATCH] New JJB file for validation project Change-Id: I73b923bd9cfcc36c847338c77057a4c55029aa06 --- jjb/validation/validation.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 jjb/validation/validation.yaml diff --git a/jjb/validation/validation.yaml b/jjb/validation/validation.yaml new file mode 100644 index 0000000..f19f01f --- /dev/null +++ b/jjb/validation/validation.yaml @@ -0,0 +1,33 @@ +--- +# +# Copyright (c) 2019 AT&T Intellectual Property. +# Copyright (c) 2019 Nokia. +# +# 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: validation + project-name: validation + project: validation + build-node: centos7-builder-2c-1g + stream: master + mvn-settings: validation-settings + group-id: org.akraino.validation + refspec: refs/heads/master + branch: master + jobs: + - akraino-project-stream-release-config + - akraino-project-stream-stage-config + views: + - project-view + cron: 'H H * * 0' # push fresh snapshot weekly -- 2.16.6