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:
parent
30c632f29a
commit
1861babdd1
@ -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',
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user