From 2cece492e977f1420ac0d6060782100eaae90e39 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 22 Jan 2025 22:39:12 +0100 Subject: [PATCH] revert(azure-pipelines): use pool on job level --- .azure-pipelines/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index 903d8c550..91fc20152 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -81,12 +81,12 @@ jobs: - ${{ each dep in parameters.service.dependsOn }}: - ${{ dep }} condition: in(dependencies.ImageBuild_${{parameters.service.name}}.result, 'Succeeded', 'Skipped') + pool: ${{ parameters.service.pool }} container: # TODO: use BuildNumber instead of latest in update branches # image: devfra.azurecr.io/de.fraport.fradrive.build/frontend:$(Build.BuildNumber) image: $(imageUpstream)/${{parameters.service.name}}:latest endpoint: devfra - pool: ${{ parameters.service.pool }} env: PROJECT_DIR: $(Build.Repository.LocalPath) IN_CONTAINER: true