Skip to content
Snippets Groups Projects
Unverified Commit d4e4b80f authored by Thierry Devillechabrolle's avatar Thierry Devillechabrolle Committed by GitHub
Browse files

Added proxy settings to update context step

parent 3ed113f9
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -55,6 +55,8 @@ pipeline {
}
environment {
NODE_JS_DOWNLOAD_URL="https://rpm.nodesource.com/setup_16.x"
http_proxy="http://${env.SERVICE_PROXY_HOST}:${env.SERVICE_PROXY_PORT}"
https_proxy="http://${env.SERVICE_PROXY_HOST}:${env.SERVICE_PROXY_PORT}"
}
steps {
sh 'sudo yum install -y gcc-c++ make'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment