ci(azure-pipelines): refactor params [skip ci]
This commit is contained in:
parent
cb7946b156
commit
6564e8f975
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user