Skip to content

Simple python server for displaying gitlab based pipelines status

License

Notifications You must be signed in to change notification settings

aussedatlo/web-pip-show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-pip-show

web-pip-show is a simple python webserver used to display gitlab CI/CD pipelines status.

Image

Each line represent a pipeline, each case a stage.

Color Description
Yellow Created
Blue Pending, Started, Build, Running
Green Success
Grey Skipped, Cancelled
Red Failed

Configure

Edit config.json file

{
  "config": {
    "token": "<gitlab_token>",
    "url": "https://gitlab/",
    "id": "<id_project>",
    "size": "<size>",
    "port": "8003"
  }
}
Parameters Description
token Gitlab token used to retrieve information
url Gitlab url
id Id of project
size Number of lines to display
port Server port

Run

python server.py

Then visit localhost:8003

About

Simple python server for displaying gitlab based pipelines status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published