OpenVINO ONNX CI - set more stable proxy (#5945)
* Set more stable proxy * Update env * Add missing chars * Update proxy * Additonal try to overwrite proxy * update proxy * fix style
This commit is contained in:
parent
79e44292c5
commit
9aa338a0af
4
.ci/openvino-onnx/Jenkinsfile
vendored
4
.ci/openvino-onnx/Jenkinsfile
vendored
@ -113,8 +113,8 @@ def buildDockerImage(Map configuration, String workdir) {
|
||||
--build-arg BUILD_TYPE=${configuration.build_type} \
|
||||
--build-arg PROTOBUF_LITE=${configuration.protobuf_lite} \
|
||||
--file=.ci/openvino-onnx/Dockerfile \
|
||||
--build-arg http_proxy=http://proxy-chain.intel.com:911/ \
|
||||
--build-arg https_proxy=http://proxy-chain.intel.com:912/ .
|
||||
--build-arg http_proxy=http://proxy-ir.intel.com:911/ \
|
||||
--build-arg https_proxy=http://proxy-ir.intel.com:911/ .
|
||||
"""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user