Added Ordering Background Tasks build pipeline
This commit is contained in:
parent
ba0f391754
commit
e37bafc489
24
build/aro/ordering-backgroundtasks/azure-pipelines.yml
Normal file
24
build/aro/ordering-backgroundtasks/azure-pipelines.yml
Normal file
@ -0,0 +1,24 @@
|
||||
variables:
|
||||
ProjectName: Ordering.BackgroundTasks
|
||||
OpenShiftProject: development
|
||||
AppName: orderingbackgroundtasks
|
||||
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- dev
|
||||
paths:
|
||||
include:
|
||||
- src/BuildingBlocks/*
|
||||
- src/Services/Ordering/Ordering.BackgroundTasks/*
|
||||
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