| ``remoteUri`` |
required, string |
Uri of a remote Git repository. |
"remoteUri" : "git@github.com:sos-berlin/JS7Demo.git" |
|
| ``folder`` |
required, string |
Folder path the local repository will be cloned to. |
"folder" : "/JS7Demo" |
|
| ``category`` |
required, string |
Categorize the repository nature. Possible values are LOCAL or ROLLOUT. |
"category" : "ROLLOUT" |
|