[DOCKER] Ignore jenkins-settings.xml 35/1335/1
authorTimoney, Daniel (dt5972) <dtimoney@att.com>
Thu, 23 Feb 2017 14:03:41 +0000 (09:03 -0500)
committerTimoney, Daniel (dt5972) <dtimoney@att.com>
Thu, 23 Feb 2017 14:03:53 +0000 (09:03 -0500)
Use  and  instead

Change-Id: Ia3abe0005da93490d128254edb199979ab4209bc
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 8e56f4a293cc115f5a2a15b3f35ef2de997abfbe

installation/sdnc/src/main/scripts/installZips.sh

index 340b56c..c149396 100755 (executable)
@@ -68,7 +68,7 @@ fi
 
 cwd=$(pwd)
 
-#mavenOpts=${2:-"-s $cwd/../../jenkins-settings.xml"}
+mavenOpts=${2:-"-s ${SETTINGS_FILE} -gs ${GLOBAL_SETTINGS_FILE}"}
 cd /tmp
 
 echo "Installing SDN-C core version ${SDNC_CORE_VERSION}"