Gitlab Store
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 |
CODE
{
"Name": "git",
"Type": "gitlab",
"HealthCheck": true,
"Config": {
"BaseUri": "https://devel.depfac.com",
"AccessToken": "xxx",
"ProjectId": "210"
}
}