1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

chore(docs): Fix switheroo of deployType and deployTool typo (#2464)

* Fix switcheroo

* Add commas
This commit is contained in:
Oliver Feldmann 2020-12-11 13:11:36 +01:00 committed by GitHub
parent 44e7766e8f
commit 96ebaa1a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,8 @@ import static com.sap.piper.Prerequisites.checkScript
*/
'deployTool',
/**
* Defines the type of deployment, either `standard` deployment which results in a system downtime or a zero-downtime `blue-green` deployment.
* If 'cf_native' as deployType and 'blue-green' as deployTool is used in combination, your manifest.yaml may only contain one application.
* Defines the type of deployment, either `standard` deployment, which results in a system downtime, or a zero-downtime `blue-green` deployment.
* If 'cf_native' as deployTool and 'blue-green' as deployType is used in combination, your manifest.yaml may only contain one application.
* If this application has the option 'no-route' active the deployType will be changed to 'standard'.
* @possibleValues 'standard', 'blue-green'
*/