Browse Source

Updated variables

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
2fd5a2dd67
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      build/aro/basket-api/azure-pipelines.yml
  2. +1
    -1
      build/aro/webapp-container-build.yml

+ 2
- 0
build/aro/basket-api/azure-pipelines.yml View File

@ -2,6 +2,7 @@ variables:
ProjectName: Basket.API ProjectName: Basket.API
OpenShiftProject: development OpenShiftProject: development
AppName: basketapi AppName: basketapi
OpenShiftServiceConnection: 'OpenShift on ARO'
trigger: trigger:
branches: branches:
include: include:
@ -20,3 +21,4 @@ jobs:
ProjectName: $(ProjectName) ProjectName: $(ProjectName)
OpenShiftProject: $(OpenShiftProject) OpenShiftProject: $(OpenShiftProject)
AppName: $(AppName) AppName: $(AppName)
OpenShiftServiceConnection: $(OpenShiftServiceConnection)

+ 1
- 1
build/aro/webapp-container-build.yml View File

@ -2,7 +2,7 @@ parameters:
ProjectName: '' ProjectName: ''
OpenShiftProject: '' OpenShiftProject: ''
AppName: '' AppName: ''
OpenShiftServiceConnection: 'OpenShift on ARO'
OpenShiftServiceConnection: ''
jobs: jobs:
- job: Container_Build - job: Container_Build
dependsOn: Restore_Build_Publish dependsOn: Restore_Build_Publish


Loading…
Cancel
Save