mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-22 05:33:10 +02:00
Bug: fix typo (#4870)
Co-authored-by: tiloKo <70266685+tiloKo@users.noreply.github.com>
This commit is contained in:
parent
2d3c666d3a
commit
6e8fdb7979
@ -249,7 +249,7 @@ func handleCFNativeDeployment(config *cloudFoundryDeployOptions, command command
|
|||||||
|
|
||||||
if deployType == "blue-green" {
|
if deployType == "blue-green" {
|
||||||
log.Entry().Warn("[WARN] Blue-green deployment type is deprecated for cf native builds " +
|
log.Entry().Warn("[WARN] Blue-green deployment type is deprecated for cf native builds " +
|
||||||
"and will be completely removed by 05.0.2024" +
|
"and will be completely removed by 15.06.2024" +
|
||||||
"Instead set parameter `cfNativeDeployParameters: '--strategy rolling'`. " +
|
"Instead set parameter `cfNativeDeployParameters: '--strategy rolling'`. " +
|
||||||
"Please refer to the Cloud Foundry documentation for further information: " +
|
"Please refer to the Cloud Foundry documentation for further information: " +
|
||||||
"https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html." +
|
"https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html." +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user