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}}
|
- job: ImageBuild_${{parameters.serviceName}}
|
||||||
displayName: Build ${{parameters.serviceName}} image
|
displayName: Build ${{parameters.serviceName}} image
|
||||||
condition: or(eq(variables.forcePushLatest, true), eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true))
|
condition: or(eq(variables.forcePushLatest, true), eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true))
|
||||||
|
pool: '${{ parameters.servicePool }}'
|
||||||
container:
|
container:
|
||||||
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
|
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
|
||||||
endpoint: devfra
|
endpoint: devfra
|
||||||
|
|||||||
Reference in New Issue
Block a user