ci(azure-pipelines): refactor params [skip ci]

This commit is contained in:
Sarah Vaupel 2025-02-06 17:00:21 +01:00
parent cb7946b156
commit 6564e8f975

View File

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