diff options
author | Areli Fuss <af732p@att.com> | 2017-11-07 18:23:23 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-07 18:23:23 +0200 |
commit | 03749427185016220bf2eb2722fc0a3e7f6931b9 (patch) | |
tree | 01313ae1b0944c322cd339bdac181a846180e7a4 | |
parent | 11166bbb2c9870365b06e7f2c5d5c12e6fd5f76a (diff) |
Replace NEXUSPROXY with HTTPS_PROXY
Replace NEXUSPROXY with HTTPS_PROXY
Change-Id: I1f74886ebbb7a5d5267fcc32f189031ee7e5e0b8
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ <!--docker--> <docker.tag>${project.version}-${timestamp}</docker.tag> <docker.latest.tag>${project.version}-latest</docker.latest.tag> - <docker.buildArg.https_proxy>${env.NEXUSPROXY}</docker.buildArg.https_proxy> + <docker.buildArg.https_proxy>${env.HTTPS_PROXY}</docker.buildArg.https_proxy> <!-- <docker.buildArg.https_proxy>https://165.227.53.107:3128</docker.buildArg.https_proxy> <docker.buildArg.http_proxy>http://35.196.90.170:80</docker.buildArg.http_proxy> |