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 type: object
default: default:
- name: frontend - name: frontend
base: imageBase:
image: devfra.azurecr.io/de.fraport.build/npm image: devfra.azurecr.io/de.fraport.build/npm
tag: node-20 tag: node-20
# extraBuildOptions: | # extraBuildOptions: |
# --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/ # --build-arg NPM_CUSTOM_REGISTRY=https://pkgs.dev.azure.com/fraport/_packaging/packages/npm/registry/
pool: 'Prod Private Agent Pool' buildPool: 'Prod Private Agent Pool'
timeout: 60 buildTimeout: 60
dependsOn: [] dependsOn: []
requiredArtifacts: [] requiredArtifacts: []
artifacts: | artifacts: |
@ -36,11 +36,11 @@ parameters:
frontend/src/env.sass frontend/src/env.sass
config/manifest.json config/manifest.json
- name: backend - name: backend
base: imageBase:
image: devfra.azurecr.io/de.fraport.build/haskell image: devfra.azurecr.io/de.fraport.build/haskell
tag: 8.10.4 tag: 8.10.4
pool: 'Prod Private Agent Pool DS3' buildPool: 'Prod Private Agent Pool DS3'
timeout: 1440 buildTimeout: 1440
dependsOn: dependsOn:
- frontend - frontend
requiredArtifacts: requiredArtifacts: