ci(azure-pipelines): make parameter pool available for image build jobs

This commit is contained in:
Sarah Vaupel 2025-01-23 15:28:41 +01:00
parent 8906f3d705
commit be645b8c8b

View File

@ -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