Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins Build Monitor with stages

is it possible to have a jenkins build monitor like this one, that also displays the stages, like here?

The stages view plugin is nice. But I want to show the stages of multiple job and display it on a build monitor.

like image 987
Nathan Avatar asked Dec 08 '16 12:12

Nathan


1 Answers

You might be able to use the "Job and Stage Monitoring" plugin, which can send stage info for every build to an influxdb/grafana installation - you could probably build a grafana dashboard that meets your needs.

https://plugins.jenkins.io/github-autostatus

like image 113
Jeff Pearce Avatar answered Nov 15 '22 07:11

Jeff Pearce