Added Webhooks Client build pipeline
This commit is contained in:
parent
99a2650734
commit
d649a47352
23
build/aro/webhooks-client/azure-pipelines.yml
Normal file
23
build/aro/webhooks-client/azure-pipelines.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
variables:
|
||||||
|
ProjectName: WebhookClient
|
||||||
|
OpenShiftProject: development
|
||||||
|
AppName: webhooksclient
|
||||||
|
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
|
paths:
|
||||||
|
include:
|
||||||
|
- src/Web/WebhookClient/*
|
||||||
|
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