Updated variables
This commit is contained in:
parent
e2edccd03f
commit
2fd5a2dd67
@ -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)
|
||||
|
@ -2,7 +2,7 @@ parameters:
|
||||
ProjectName: ''
|
||||
OpenShiftProject: ''
|
||||
AppName: ''
|
||||
OpenShiftServiceConnection: 'OpenShift on ARO'
|
||||
OpenShiftServiceConnection: ''
|
||||
jobs:
|
||||
- job: Container_Build
|
||||
dependsOn: Restore_Build_Publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user