try http_proxy lowercase as env

This commit is contained in:
Michael Shaw 2022-10-19 14:49:34 -04:00
parent a3be6046eb
commit 8944e7d7ca

2
Jenkinsfile vendored
View File

@ -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{