try http_proxy lowercase as env
This commit is contained in:
parent
a3be6046eb
commit
8944e7d7ca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,6 +6,8 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
HTTP_PROXY = "http://proxy.lan.vdb.to:8080/"
|
HTTP_PROXY = "http://proxy.lan.vdb.to:8080/"
|
||||||
HTTPS_PROXY = "http://proxy.lan.vdb.to:8080/"
|
HTTPS_PROXY = "http://proxy.lan.vdb.to:8080/"
|
||||||
|
http_proxy = "http://proxy.lan.vdb.to:8080/"
|
||||||
|
https_proxy = "http://proxy.lan.vdb.to:8080/"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script{
|
script{
|
||||||
|
Loading…
Reference in New Issue
Block a user