Updated OpenShift connection name
This commit is contained in:
		
							parent
							
								
									cc8667f230
								
							
						
					
					
						commit
						e2edccd03f
					
				| @ -2,6 +2,7 @@ parameters: | |||||||
|   ProjectName: '' |   ProjectName: '' | ||||||
|   OpenShiftProject: '' |   OpenShiftProject: '' | ||||||
|   AppName: '' |   AppName: '' | ||||||
|  |   OpenShiftServiceConnection: 'OpenShift on ARO' | ||||||
| jobs: | jobs: | ||||||
| - job: Container_Build | - job: Container_Build | ||||||
|   dependsOn: Restore_Build_Publish |   dependsOn: Restore_Build_Publish | ||||||
| @ -11,7 +12,7 @@ jobs: | |||||||
|   - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 |   - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 | ||||||
|     displayName: 'oc-setup ' |     displayName: 'oc-setup ' | ||||||
|     inputs: |     inputs: | ||||||
|       openshiftService: 'OpenShift on ARO DEV' |       openshiftService: $(OpenShiftServiceConnection) | ||||||
|   - script: 'oc project $(OpenShiftProject)' |   - script: 'oc project $(OpenShiftProject)' | ||||||
|     failOnStderr: true |     failOnStderr: true | ||||||
|     displayName: 'Set Project Context' |     displayName: 'Set Project Context' | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user