Updated variables

This commit is contained in:
Tim McCarthy 2020-01-26 16:23:11 -08:00
parent e2edccd03f
commit 2fd5a2dd67
2 changed files with 3 additions and 1 deletions

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)

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