From 424fb6fd7e011be426ffaf9dd496f43bdf171623 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 24 Feb 2020 11:53:35 -0800 Subject: [PATCH] Added the Web SPA build pipeline --- build/aro/web-spa/azure-pipelines.yml | 23 +++++++++++++++++++++++ build/aro/webstatus/azure-pipelines.yml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 build/aro/web-spa/azure-pipelines.yml diff --git a/build/aro/web-spa/azure-pipelines.yml b/build/aro/web-spa/azure-pipelines.yml new file mode 100644 index 000000000..bc541cb16 --- /dev/null +++ b/build/aro/web-spa/azure-pipelines.yml @@ -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) diff --git a/build/aro/webstatus/azure-pipelines.yml b/build/aro/webstatus/azure-pipelines.yml index 92bea97d6..a42cd3546 100644 --- a/build/aro/webstatus/azure-pipelines.yml +++ b/build/aro/webstatus/azure-pipelines.yml @@ -11,7 +11,7 @@ trigger: paths: include: - src/BuildingBlocks/* - - src/Web Apps/WebStatus/* + - src/Web/WebStatus/* jobs: - template: ../webapp-build-artifacts.yml parameters: