1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Fix parameter keys in example (#2693)

Co-authored-by: Linda Siebert <39100394+LindaSieb@users.noreply.github.com>
This commit is contained in:
Srinikitha Kondreddy
2021-08-26 13:53:07 +02:00
committed by GitHub
parent 7c6cc816cb
commit 016599c1f1

View File

@@ -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,
)