diff --git a/build/aro/basket-api/azure-pipelines.yml b/build/aro/basket-api/azure-pipelines.yml index a949d9f9f..57025d66e 100644 --- a/build/aro/basket-api/azure-pipelines.yml +++ b/build/aro/basket-api/azure-pipelines.yml @@ -2,6 +2,7 @@ variables: ProjectName: Basket.API OpenShiftProject: development AppName: basketapi + OpenShiftServiceConnection: 'OpenShift on ARO' trigger: branches: include: @@ -20,3 +21,4 @@ jobs: ProjectName: $(ProjectName) OpenShiftProject: $(OpenShiftProject) AppName: $(AppName) + OpenShiftServiceConnection: $(OpenShiftServiceConnection) diff --git a/build/aro/webapp-container-build.yml b/build/aro/webapp-container-build.yml index 43f9d0c82..dca2121e6 100644 --- a/build/aro/webapp-container-build.yml +++ b/build/aro/webapp-container-build.yml @@ -2,7 +2,7 @@ parameters: ProjectName: '' OpenShiftProject: '' AppName: '' - OpenShiftServiceConnection: 'OpenShift on ARO' + OpenShiftServiceConnection: '' jobs: - job: Container_Build dependsOn: Restore_Build_Publish