Skip to content
Snippets Groups Projects
Commit 3c25fabc authored by garciadeblas's avatar garciadeblas
Browse files

Moved common from jenkins folder to devops root folder


Change-Id: Ib56b840f5d91f5962daa5fd06d80eb1888617f9e
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent d5f6aa68
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,11 @@
#
# 24 June 2016 -- Jeremy Mordkoff -- Genesis
if [ -z "$OSM_JENKINS" ]; then
export OSM_JENKINS=$(realpath $(dirname ${BASH_SOURCE[0]} ))
if [ -z "$OSM_DEVOPS" ]; then
export OSM_DEVOPS=$(realpath ${BASH_SOURCE[0]} )
fi
for file in logging config container git_functions; do
. ${OSM_JENKINS}/common/$file
. ${OSM_DEVOPS}/common/$file
INFO "$file sourced"
done
File moved
File moved
#!/bin/bash
#
# 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.
#
GIT() {
......
File moved
File moved
......@@ -1415,8 +1415,7 @@ if [ -z "$OSM_DEVOPS" ]; then
fi
fi
OSM_JENKINS="$OSM_DEVOPS/jenkins"
. $OSM_JENKINS/common/all_funcs
. $OSM_DEVOPS/common/all_funcs
[ -n "$INSTALL_LIGHTWEIGHT" ] && [ -n "$UNINSTALL" ] && uninstall_lightweight && echo -e "\nDONE" && exit 0
[ -n "$UNINSTALL" ] && uninstall && echo -e "\nDONE" && exit 0
......
......@@ -36,8 +36,7 @@ usage(){
HERE=$(realpath $(dirname $0))
OSM_DEVOPS=$(dirname $HERE)
OSM_JENKINS="$OSM_DEVOPS/jenkins"
. $OSM_JENKINS/common/all_funcs
. $OSM_DEVOPS/common/all_funcs
#Get default IP address
. $OSM_DEVOPS/installers/export_ips
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment