|
Description |
A gitlab repository |
|---|---|
|
Type |
gitlab |
|
Category |
File |
Configuration
|
Name |
Description |
Type |
Mandatory |
Comment |
|---|---|---|---|---|
|
BaseUri |
Host address of Gitlab |
string |
True |
|
|
AccessToken |
The access token used to connect to the GitLab repository |
string |
True |
|
|
ProjectId |
Id of the project in GitLab |
string |
True |
|
{
"Name": "git",
"Type": "gitlab",
"HealthCheck": true,
"Config": {
"BaseUri": "https://gitlab.com",
"AccessToken": "xxx",
"ProjectId": "210"
}
}