mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Expose enableZeroDowntimeDeployment as step parameter (#1751)
This commit is contained in:
parent
ca425954f9
commit
be97e07f1c
@ -32,12 +32,12 @@ import static com.sap.piper.Prerequisites.checkScript
|
||||
* - org
|
||||
* - space
|
||||
*/
|
||||
'cfCreateServices'
|
||||
'cfCreateServices',
|
||||
/** Defines the deployment type.*/
|
||||
'enableZeroDowntimeDeployment',
|
||||
])
|
||||
|
||||
@Field Set PARAMETER_KEYS = STEP_CONFIG_KEYS.plus([
|
||||
/** Defines the deployment type.*/
|
||||
'enableZeroDowntimeDeployment',
|
||||
/** The source file to deploy to SAP Cloud Platform.*/
|
||||
'source'
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user