1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Fix error in documentation (#1817)

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
Daniel Mieg 2020-07-20 10:27:38 +02:00 committed by GitHub
parent 4814bea547
commit a287afdd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ stages:
atcConfig: 'atcConfig.yml'
steps:
cloudFoundryDeleteService:
deleteServiceKeys: true
cfDeleteServiceKeys: true
```
If one stage of the pipeline is not configured in this yml file, the stage will not be executed during the pipeline run. If the stage `Prepare System` is configured, the system will be deprovisioned in the cleanup routine - although it is necessary to configure the step `cloudFoundryDeleteService` as above.