Dashboard provides an interface to monitor "Jenkins" job's status for continuous integration.
$ git clone https://github.com/pmsipilot/dashboard.git
$ cd dashboard/
This task will create the docker image for the dashboard, install js dependencies and build css
$ make docker
Alternative
You can pull the image from the Docker Hub
$ docker pull pmsipilot/dashboard
This command will launch a container from the docker image previously created in detached mode. That way, it is possible to update the code without having to rebuild the container to test it.
$ docker run -p 8080:3000 --name dashboard --rm -it dashboard-image
The application is available at the following URL : http://localhost:8080
This project is released under the MIT license