1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-28 05:47:08 +02:00

Fix cloudFoundryDeploy documentation (#2236)

Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
This commit is contained in:
Daniel Kurzynski 2020-10-26 16:59:51 +01:00 committed by GitHub
parent 72dd34d910
commit 63756dc81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ import static com.sap.piper.Prerequisites.checkScript
* Note: variables defined via `manifestVariables` always win over conflicting variables defined via any file given
* by `manifestVariablesFiles` - no matter what is declared before. This is the same behavior as can be
* observed when using `cf push --var` in combination with `cf push --vars-file`.
* @parentConfigKey cloudFoundry
*/
'manifestVariables',
/**