From 6564e8f9755b2ed103875d17859b14974974c33b Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 17:00:21 +0100 Subject: [PATCH] ci(azure-pipelines): refactor params [skip ci] --- azure-pipelines.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 56bfe257b..1ec2a099f 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -18,13 +18,13 @@ parameters: type: object default: - name: frontend - base: + imageBase: image: devfra.azurecr.io/de.fraport.build/npm tag: node-20 # extraBuildOptions: | # --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/ - pool: 'Prod Private Agent Pool' - timeout: 60 + buildPool: 'Prod Private Agent Pool' + buildTimeout: 60 dependsOn: [] requiredArtifacts: [] artifacts: | @@ -36,11 +36,11 @@ parameters: frontend/src/env.sass config/manifest.json - name: backend - base: + imageBase: image: devfra.azurecr.io/de.fraport.build/haskell tag: 8.10.4 - pool: 'Prod Private Agent Pool DS3' - timeout: 1440 + buildPool: 'Prod Private Agent Pool DS3' + buildTimeout: 1440 dependsOn: - frontend requiredArtifacts: