26 lines
444 B
Markdown
26 lines
444 B
Markdown
# Script: info-gitlab-pipelines
|
|
|
|
Displays the number of succeeded, running and failed gitlab-pipelines triggered by a user.
|
|
|
|

|
|
|
|
|
|
## Dependencies
|
|
|
|
* jq
|
|
|
|
|
|
## Configuration
|
|
|
|
Insert the specific server-url, username and your GitLab token (Settings -> Access Token).
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-gitlab-pipelines]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-gitlab-pipelines.sh
|
|
interval = 30
|
|
...
|