From a3be6046ebca727b3b089017f2edb0835933ab51 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Wed, 19 Oct 2022 14:26:24 -0400 Subject: [PATCH] try http_proxy as env --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 4d99c03..eab0212 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,10 @@ pipeline { stages { 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 { script{ //including withRegistry block for now... currently not authenticating or pushing to git.vdb.to