From 2d17b635610b65b6b95f02f0cd69d03540658897 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 22 Feb 2017 08:15:03 -0800 Subject: Changing jenkins settings path Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af Signed-off-by: Patrick Brady --- installation/appc/src/main/scripts/installZips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 9e4d330..66703f0 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -37,7 +37,7 @@ fi cwd=$(pwd) -mavenOpts=${2:-"-s $cwd/../../jenkins-settings.xml"} +mavenOpts=${2:-"-s ${SETTINGS_FILE} -gs ${GLOBAL_SETTINGS_FILE}"} cd /tmp echo "Installing APP-C version ${APPC_VERSION}" -- cgit 1.2.3-korg