1
0
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:
Daniel Kurzynski 2020-07-02 10:50:37 +02:00 committed by GitHub
parent ca425954f9
commit be97e07f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
])