1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

docu: gitHttpsUrl mandatory only for gitPushMode https

This commit is contained in:
Marcus Holl 2019-07-16 16:22:11 +02:00
parent 30c632f29a
commit 1861babdd1

View File

@ -72,6 +72,7 @@ enum GitPushMode {NONE, HTTPS, SSH}
'gitSshUrl',
/**
* Defines the git https url to the source code repository. Used in conjunction with 'GitPushMode.HTTPS'.
* @mandatory for `gitPushMode` `HTTPS`
*/
'gitHttpsUrl',
/**