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:
parent
44e7766e8f
commit
96ebaa1a20
@ -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'
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user