update to artifactoryci
This commit is contained in:
parent
5451d5489b
commit
cfa799e500
@ -22,9 +22,9 @@ download_artifacts:
|
|||||||
- 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
|
||||||
|
|
||||||
build_project:
|
build_project:
|
||||||
stage: build
|
stage: build
|
||||||
@ -47,9 +47,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
|
||||||
@ -65,9 +65,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
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
# 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=$(xcodebuild -showBuildSettings -project ./VDS.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
BUILD_DIR=$(xcodebuild -showBuildSettings -project ./VDS.xcodeproj | grep -w -o 'BUILD_DIR = .*' | cut -d\ -f3-)
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
# Upload
|
# Upload
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user