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