Reputation: 1442
My project have several jobs running in Jenkins, and each job is configured to run in 4~8 nodes(we have 8 nodes in total), we want to have a web page view to monitor the status like the following:
Is there any plugin could help show this?
Thanks!
Upvotes: 9
Views: 3864
Reputation: 3473
I believe the plugin you are looking for is the Label Linked Jobs Plugin
This plugin allows you to define the labels (i.e.: nodes) which you want linked together grouped by job. You should then be able to achieve the dashboard view you have described.
Upvotes: 2
Reputation: 777
Depending on the version of your Jenkins instance, exact configuration and needs, you may want to take a look at following plugins:
Build Monitor Plugin. My favorite one. It allows you to easily build a dashboard with selected builds and display their status in clear and even animated way.
Radiator View Plugin. This one is not as nice in design but it appears it provides a bit more settings.
These are some of the options you have here. I'm not sure any of listed plugins will allow you to draw a grid 100% like you state in question but some of them may eventually suite your needs.
Upvotes: 4