build-monitor-plugin icon indicating copy to clipboard operation
build-monitor-plugin copied to clipboard

How to show the latest 5 execution per job

Open nairouz12 opened this issue 6 years ago • 2 comments

Here is my question:

I have multiple jobs (job1, job1,..) that got run many times (build1, build2, build3,...) I want to list all the jobs on columns and show in front of each all the build status. the build monitor plugin shows only the status of the latest execution. how can I make it show more execution for each job.

your help would be so much appreciated!

nairouz12 avatar Oct 04 '18 15:10 nairouz12

I would also like to do something like this

wesjordandbz avatar Jan 05 '20 06:01 wesjordandbz

I guess the basic view can be kept as is. But adding a config parameter such as "number of historical builds" for jobs. Default = 1, same view as of today! But if 2, then you get one extra smaller cell within the standard job cell in monitor view. The existing info when the job was built last time is located in the down right corner. So, maybe placing these smaller cells in the upper right corner, starting with second last build most to the right (Standard cell shows the last build). Then if "number of historical builds" >1 just add the older builds into other small cells to the left. They should have correct status color and maybe the build number in the cell. Other info:

  • Can click on the cells and get to the actual build number (link)
  • I think 5 is a good max value, i.e. 4 smaller cells visible in standard job cell
  • The smaller cells should probably have some light boarder/frame.

For simple and stable environments not that important. But for many of us that have more complex and not as stable environments then this would be really useful to get a quick historical view.

richardol avatar Mar 05 '20 11:03 richardol