update artifactory url from prod to ci
This commit is contained in:
parent
e26a09e1ec
commit
74c16205e1
@ -31,9 +31,9 @@ deploy_snapshot:
|
|||||||
- bash_shell
|
- bash_shell
|
||||||
environment:
|
environment:
|
||||||
name: oneartifactory
|
name: oneartifactory
|
||||||
url: https://oneartifactoryprod.verizon.com/artifactory
|
url: https://oneartifactoryci.verizon.com/artifactory
|
||||||
variables:
|
variables:
|
||||||
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
ARTIFACTORY_URL: https://oneartifactoryci.verizon.com/artifactory
|
||||||
|
|
||||||
#promote_snapshot:
|
#promote_snapshot:
|
||||||
# stage: go live
|
# stage: go live
|
||||||
@ -49,9 +49,9 @@ deploy_snapshot:
|
|||||||
# - bash_shell
|
# - bash_shell
|
||||||
# environment:
|
# environment:
|
||||||
# name: oneartifactory
|
# name: oneartifactory
|
||||||
# url: https://oneartifactoryprod.verizon.com/artifactory
|
# url: https://oneartifactoryci.verizon.com/artifactory
|
||||||
# variables:
|
# variables:
|
||||||
# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
# ARTIFACTORY_URL: https://oneartifactoryci.verizon.com/artifactory
|
||||||
#
|
#
|
||||||
#create_version_tag:
|
#create_version_tag:
|
||||||
# stage: tag
|
# stage: tag
|
||||||
|
|||||||
@ -17,7 +17,7 @@ fi
|
|||||||
# Create new aggregate builds
|
# Create new aggregate builds
|
||||||
|
|
||||||
if [ -z $ARTIFACTORY_URL ]; then
|
if [ -z $ARTIFACTORY_URL ]; then
|
||||||
ARTIFACTORY_URL="https://oneartifactoryprod.verizon.com/artifactory"
|
ARTIFACTORY_URL="https://oneartifactoryci.verizon.com/artifactory"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BUILD_DIR=$(echo "$BUILD_SETTINGS" | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
BUILD_DIR=$(echo "$BUILD_SETTINGS" | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user