ci(azure-pipelines): make parameter pool available for image build jobs
This commit is contained in:
parent
8906f3d705
commit
be645b8c8b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user