ci(azure-pipelines): restructure params contd [skip ci]
This commit is contained in:
parent
7b68b128a8
commit
32f449ec12
@ -23,42 +23,33 @@ parameters:
|
|||||||
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/
|
||||||
|
dependsOn: []
|
||||||
|
dependencyArtifacts: |
|
||||||
|
node_modules/
|
||||||
|
.npm/
|
||||||
buildPool: 'Prod Private Agent Pool'
|
buildPool: 'Prod Private Agent Pool'
|
||||||
buildTimeout: 60
|
buildTimeout: 60
|
||||||
dependsOn: []
|
buildArtifacts: |
|
||||||
requiredArtifacts: []
|
|
||||||
artifacts: |
|
|
||||||
assets/icons/fradrive/*.svg
|
assets/icons/fradrive/*.svg
|
||||||
assets/favicons/*.png
|
assets/favicons/*.png
|
||||||
assets/favicons/include.html
|
assets/favicons/include.html
|
||||||
static/**/*
|
|
||||||
well-known/**/*
|
|
||||||
frontend/src/env.sass
|
frontend/src/env.sass
|
||||||
config/manifest.json
|
config/manifest.json
|
||||||
|
static/**/*
|
||||||
|
well-known/**/*
|
||||||
- name: backend
|
- name: backend
|
||||||
imageBase:
|
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
|
||||||
buildPool: 'Prod Private Agent Pool DS3'
|
|
||||||
buildTimeout: 1440
|
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- frontend
|
- frontend
|
||||||
requiredArtifacts:
|
dependencyArtifacts: |
|
||||||
- name: frontend
|
.stack/**/*
|
||||||
source: current
|
buildPool: 'Prod Private Agent Pool DS3'
|
||||||
version: 'latest'
|
buildTimeout: 1440
|
||||||
artifact: frontend
|
buildArtifacts: |
|
||||||
patterns: '**/*'
|
|
||||||
continueOnError: false
|
|
||||||
- name: backend-dependencies
|
|
||||||
source: specific
|
|
||||||
version: 'latestFromBranch'
|
|
||||||
artifact: backend
|
|
||||||
patterns: '.stack/**/*'
|
|
||||||
continueOnError: true
|
|
||||||
condition: eq(variables.useCachedDependencies, true)
|
|
||||||
artifacts: |
|
|
||||||
bin/*
|
bin/*
|
||||||
|
.stack-work/**/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build
|
imageUpstream: devfra.azurecr.io/de.fraport.fradrive.build
|
||||||
|
|||||||
Reference in New Issue
Block a user