Added url schemas to Gerrit location doc examples
Also added the Gerrit location docs to the microsite. Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
@@ -19,8 +19,8 @@ To use this integration, add at least one Gerrit configuration to your root `app
|
||||
integrations:
|
||||
gerrit:
|
||||
- host: gerrit.company.com
|
||||
apiBaseUrl: gerrit.company.com/gerrit
|
||||
gitilesBaseUrl: gerrit.company.com/gitiles
|
||||
apiBaseUrl: https://gerrit.company.com/gerrit
|
||||
gitilesBaseUrl: https://gerrit.company.com/gitiles
|
||||
username: ${GERRIT_USERNAME}
|
||||
password: ${GERRIT_PASSWORD}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user