You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
691 B
21 lines
691 B
1 week ago
|
---
|
||
|
title: Gitlab
|
||
|
description: Gitlab Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [Gitlab](https://gitlab.com).
|
||
|
|
||
|
API requires a personal access token with either `read_api` or `api` permission. See the [gitlab documentation](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token) for details on generating one.
|
||
|
|
||
|
Your Gitlab user ID can be found on [your profile page](https://support.circleci.com/hc/en-us/articles/20761157174043-How-to-find-your-GitLab-User-ID).
|
||
|
|
||
|
Allowed fields: `["events", "issues", "merges", "projects"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: gitlab
|
||
|
url: http://gitlab.host.or.ip:port
|
||
|
key: personal-access-token
|
||
|
user_id: 123456
|
||
|
```
|