1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Fix TBD in docu (#1027)

* Fix TBD in docu

* fix stupid c&p mistake
This commit is contained in:
Marcus Holl 2019-12-02 11:08:32 +01:00 committed by Christopher Fenner
parent d627b39ba0
commit e1a4558276

View File

@ -93,7 +93,7 @@ enum GitPushMode {NONE, HTTPS, SSH}
/** Defines the template for the automatic version which will be created. */
'versioningTemplate',
/** Controls which protocol is used for performing push operation to remote repo.
* Required credentials needs to be configured ('gitSshKeyCredentialsId'/'TBD').
* Required credentials needs to be configured ('gitSshKeyCredentialsId'/'gitHttpsCredentialsId').
* Push is only performed in case 'commitVersion' is set to 'true'.
* @possibleValues 'SSH', 'HTTPS', 'NONE'
*/