try http_proxy as env
This commit is contained in:
parent
79879a0e43
commit
a3be6046eb
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user