Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I would like to use Build Monitor Plugin but also displays the status and progress of selected modules of a specific job, In addition the the job's status.

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

Do you know any way or have any idea of displaying the builds' statuses of a job on the screen the way that the Build Monitor Plugin does to Jobs?

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

like image 813
Numerator Avatar asked Nov 19 '17 10:11

Numerator


People also ask

Which is status notifier and build monitor for Jenkins?

CatLight will monitor Jenkins job status and show notifications on your desktop. The CatLight app runs on Windows, Linux, or Mac OS X.

How do I create a stage view in Jenkins?

When you run some builds, the stage view will appear with Checkout, Build, and Test columns, and one row per build. When hovering over a stage cell you can click the Logs button to see log messages printed in that stage: after the preceding stage step and before the next one.


1 Answers

If you use latest version of Jenkins, you can make use of 'Blue ocean' plugin which was introduced few months ago. This does the similar job as build monitor page when a job is added as favorite ( Color changes based on job status)

like image 59
Shankar Avatar answered Sep 19 '22 17:09

Shankar