diff options
author | Patrick Brady <pb071s@att.com> | 2017-02-22 08:15:03 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-02-22 10:45:36 -0800 |
commit | 2d17b635610b65b6b95f02f0cd69d03540658897 (patch) | |
tree | c3a28e4991afeb72ffaea6097a4ff78c4319d85c | |
parent | 3483b4c7e454d0549678675902e4888ec3f138e3 (diff) |
Changing jenkins settings path
Change-Id: I078ca9015b37bb5d6ec41988ea91a5a2973c87af
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |