From e755b7a2b0115b4b2fd5f06ddb5b154ac69cb10a Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 17 Jan 2025 15:24:11 +0100 Subject: [PATCH] ci(azure-pipelines): use DS2 pool for backend image build --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 550fb32a8..0c6091699 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -48,6 +48,7 @@ jobs: containerRegistry: devFra - job: BuildBackendImage + pool: 'Prod Private Agent Pool DS2' container: image: devfra.azurecr.io/de.fraport.build/tools:1.1.0 endpoint: devfra