From 9df3b18680c6fe78afc23977413574e58f09888d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 28 Nov 2024 11:01:30 +0100 Subject: [PATCH] ci(azure-pipelines): set http/https proxy env variables --- azure-pipelines.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 12be6d762..edf6a1db3 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -37,6 +37,10 @@ jobs: tags: | $(Build.BuildNumber) backend + env: + HTTPS_PROXY: 'http://FUBLD01:$(FUBLD01_PWD)@proxy.frankfurt-airport.de:8080' + HTTP_PROXY: 'http://FUBLD01:$(FUBLD01_PWD)@proxy.frankfurt-airport.de:8080' + NO_PROXY: 'localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'