Added WebStatus build pipeline
This commit is contained in:
parent
545b6071d0
commit
a84e4601a8
24
build/aro/webstatus/azure-pipelines.yml
Normal file
24
build/aro/webstatus/azure-pipelines.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
variables:
|
||||||
|
ProjectName: WebStatus
|
||||||
|
OpenShiftProject: development
|
||||||
|
AppName: webstatus
|
||||||
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- src/BuildingBlocks/*
|
||||||
|
- src/Web Apps/WebStatus/*
|
||||||
|
jobs:
|
||||||
|
- template: ../webapp-build-artifacts.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
- template: ../webapp-container-build.yml
|
||||||
|
parameters:
|
||||||
|
ProjectName: $(ProjectName)
|
||||||
|
OpenShiftProject: $(OpenShiftProject)
|
||||||
|
AppName: $(AppName)
|
||||||
|
OpenShiftServiceConnection: $(OpenShiftServiceConnection)
|
Loading…
x
Reference in New Issue
Block a user