try http_proxy as env

This commit is contained in:
Michael Shaw 2022-10-19 14:26:24 -04:00
parent 79879a0e43
commit a3be6046eb

4
Jenkinsfile vendored
View File

@ -3,6 +3,10 @@ pipeline {
stages { stages {
stage('Build and Tag LOCAL Foundation CICD container image') { stage('Build and Tag LOCAL Foundation CICD container image') {
environment {
HTTP_PROXY = "http://proxy.lan.vdb.to:8080/"
HTTPS_PROXY = "http://proxy.lan.vdb.to:8080/"
}
steps { steps {
script{ script{
//including withRegistry block for now... currently not authenticating or pushing to git.vdb.to //including withRegistry block for now... currently not authenticating or pushing to git.vdb.to