1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +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

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.