Display the status of selected modules for a specific job in Jenkins on one screen

I would like to use the Build Monitor Plugin, but also displays the status and progress of the selected modules of a specific task, in addition, the status of the task.

I read the description of the Build monitior plugin and also researched the Build Fauilre Analyzer , but none of them seem to have the ability to do this.

Do you know any way or have any idea about displaying the build status of a task on the screen like the Build Monitor plugin works with Tasks?

I would like it to look something like this: enter image description here

+7
hudson jenkins automation jenkins-plugins monitor
source share
2 answers

If you are using the latest version of Jenkins, you can use the "Blue ocean" plugin, which was introduced a few months ago. This does a similar job with the assembly monitor page when a task is added as favorites (color changes are based on the status of the task)

0
source share

Adding the Maven module module to the Jenkins Build Monitor plugin since mid-2014 is an open problem .

Given the last comment was in 2015, it seems like it is not actively working.

0
source share

All Articles