Skip to content

Get to the gitlab API and generates a report based on the pipeline builds.

License

Notifications You must be signed in to change notification settings

unfor19/gitlab_stats

 
 

Repository files navigation

gitlab_stats

Run

GitLab token scope - api and read repository

docker run --rm -v $PWD/stats/:/app/output --workdir="/app/output/" \
  -e GITLAB_TOKEN=mylongtoken \
  -e GITLAB_URL="https://gitlab.acme.com" \
  -e PROJECT_ID=1234 \
  -e PIPELINE_PAGES=3 \
  unfor19/gitlab_stats    

Build

docker build -t unfor19/gitlab_stats .

About

Get to the gitlab API and generates a report based on the pipeline builds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.7%
  • Dockerfile 4.3%