From 517144c0cf237a62201ef55fd4059ca976f969bc Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 18:46:32 +0100 Subject: [PATCH] ci(azure-pipelines): use build container for Build jobs --- azure-pipelines.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 388f3c014..f1f09ec60 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -81,6 +81,14 @@ stages: - job: Build_${{service.name}} displayName: Compile ${{service.name}} dependsOn: ${{service.dependsOn}} + container: + # TODO: do not use latest on update branches + image: $(buildImageUpstream)/${{service.name}}:latest + endpoint: devfra + env: + PROJECT_DIR: $(Build.Repository.LocalPath) + IN_CONTAINER: true + IN_CI: true steps: - template: .azure-pipelines/templates/steps/make.yaml parameters: