Skip to content
Snippets Groups Projects
Commit 12c6787d authored by Philippe Caseiro's avatar Philippe Caseiro
Browse files

Adding additionalBuildArgs for http_proxy and https_proxy

parent 8ce78f0f
No related branches found
No related tags found
No related merge requests found
Pipeline #530 failed
......@@ -6,6 +6,7 @@ pipeline {
dockerfile {
filename 'Dockerfile'
dir 'ci'
additionalBuildArgs "--build-arg http_proxy=${env.HTTP_PROXY} --build-arg https_proxy=${env.HTTPS_PROXY}"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment