Added the Web SPA build pipeline
This commit is contained in:
parent
c5afac0210
commit
424fb6fd7e
23
build/aro/web-spa/azure-pipelines.yml
Normal file
23
build/aro/web-spa/azure-pipelines.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
variables:
|
||||||
|
ProjectName: WebSPA
|
||||||
|
OpenShiftProject: development
|
||||||
|
AppName: webspa
|
||||||
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- src/Web/WebSPA/*
|
||||||
|
jobs:
|
||||||
|
- template: ../webapp-build-artifacts.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
- template: ../webapp-container-build.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
OpenShiftProject: $(OpenShiftProject)
|
||||||
|
AppName: $(AppName)
|
||||||
|
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
@ -11,7 +11,7 @@ trigger:
|
|||||||
paths:
|
paths:
|
||||||
include:
|
include:
|
||||||
- src/BuildingBlocks/*
|
- src/BuildingBlocks/*
|
||||||
- src/Web Apps/WebStatus/*
|
- src/Web/WebStatus/*
|
||||||
jobs:
|
jobs:
|
||||||
- template: ../webapp-build-artifacts.yml
|
- template: ../webapp-build-artifacts.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user