From be645b8c8bf4b3a97d16545858f90ffaf31d6289 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 23 Jan 2025 15:28:41 +0100 Subject: [PATCH] ci(azure-pipelines): make parameter pool available for image build jobs --- .azure-pipelines/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index e8a0d922e..a972fb5ad 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -30,6 +30,7 @@ jobs: - job: ImageBuild_${{parameters.serviceName}} displayName: Build ${{parameters.serviceName}} image condition: or(eq(variables.forcePushLatest, true), eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true)) + pool: '${{ parameters.servicePool }}' container: image: devfra.azurecr.io/de.fraport.build/tools:1.1.0 endpoint: devfra