You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	Fix parameter keys in example (#2693)
Co-authored-by: Linda Siebert <39100394+LindaSieb@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7c6cc816cb
						
					
				
				
					commit
					016599c1f1
				
			| @@ -21,10 +21,10 @@ In this example, the Cloud Foundry Configuration is directly provided with the r | ||||
|  | ||||
| ```groovy | ||||
| cloudFoundryDeleteService( | ||||
|     cfApiEndpoint : 'https://test.server.com', | ||||
|     cfOrg : 'cforg', | ||||
|     cfspace: 'cfspace', | ||||
|     cfserviceInstance: 'cfserviceInstance', | ||||
|     cfApiEndpoint: 'https://test.server.com', | ||||
|     cfOrg: 'cforg', | ||||
|     cfSpace: 'cfspace', | ||||
|     cfServiceInstance: 'cfserviceInstance', | ||||
|     cfCredentialsId: 'cfcredentialsId', | ||||
|     cfDeleteServiceKeys: true, | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user