Welcome to build-dashboard’s documentation!

build-dashboard is an open-source client for Buildbot that allows for reviewing builds in the terminal.

How to run

build_dashboard  --protocol https --host buildbot.example.com

Configuration file

build_dashboard looks for a TOML-based .buildbotrc in the users home directory. If it finds one it, it will use the parameters in the file. Any arguments passed on the command line will override the configuration file.

Example configuration file:

protocol = "http"
host = "localhost"
unix = "/var/run/buildbot.sock"

Contents:

Indices and tables