diff options
author | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-02-23 08:30:14 -0500 |
---|---|---|
committer | Timoney, Daniel (dt5972) <dtimoney@att.com> | 2017-02-23 08:30:27 -0500 |
commit | 649098abd874144fa2325702c3344ca25f7caa4f (patch) | |
tree | bfb9ae1cd068af7898709de27fb7e24f7839462e /installation | |
parent | 9091147e03df2a367ec6b9250325e7aa5d7a64b1 (diff) |
[DOCKER] Ignore jenkins-settings.xml
No longer use jenkins-settings.xml in installZips.sh
Change-Id: I204e45876e1d247515a04eeb6fbc5805888b4930
Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com>
Former-commit-id: 840feb493a762a6c2afe9c04493c57c3fd7a5e47
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/sdnc/src/main/scripts/installZips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc/src/main/scripts/installZips.sh b/installation/sdnc/src/main/scripts/installZips.sh index 0afb6a4a..340b56c1 100755 --- a/installation/sdnc/src/main/scripts/installZips.sh +++ b/installation/sdnc/src/main/scripts/installZips.sh @@ -68,7 +68,7 @@ fi cwd=$(pwd) -mavenOpts=${2:-"-s $cwd/../../jenkins-settings.xml"} +#mavenOpts=${2:-"-s $cwd/../../jenkins-settings.xml"} cd /tmp echo "Installing SDN-C core version ${SDNC_CORE_VERSION}" |