From: Patrick Brady Date: Wed, 22 Feb 2017 16:15:03 +0000 (-0800) Subject: Changing jenkins settings path X-Git-Tag: v1.2.0~119 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F1213%2F4;p=appc%2Fdeployment.git Changing jenkins settings path Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af Signed-off-by: Patrick Brady --- 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}"