From a9977201ecf9a85cc8a4bba860eb10c9b6dbdb09 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Mon, 30 Jul 2018 10:33:13 -0400 Subject: [PATCH] New JJB file for redfish tar file Change-Id: I715ecd1ed012a18e6f59f7a410b2b4b897806bf0 Signed-off-by: Eby, Robert (re2429) --- jjb/redfish/redfish.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 jjb/redfish/redfish.yaml diff --git a/jjb/redfish/redfish.yaml b/jjb/redfish/redfish.yaml new file mode 100644 index 0000000..00dae92 --- /dev/null +++ b/jjb/redfish/redfish.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: redfish + project-name: redfish + project: redfish + build-node: centos7-builder-2c-1g + stream: master + mvn-settings: redfish-settings + group-id: org.akraino.redfish + 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