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

Option to exclude specific statuses from monitoring

Open CarlInglisBJSS opened this issue 7 years ago • 3 comments

Due to processes beyond my control, we sometimes end up with builds being aborted. This is not an error condition for us, and I'd like to not have a wall of grey builds since we're only interested in the last Success or Fail.

It would be really useful for us to be able to specify "ignore ABORTED builds". We don't need this on a job-by-job basis, only as an on-or-off toggle.

Thanks for a really useful plugin.

CarlInglisBJSS avatar Feb 21 '18 10:02 CarlInglisBJSS

I've tried to look through the code to see if I can do this as a PR, but I'm not a Java programmer and I can't even work out where changes would need to be made.

CarlInglisBJSS avatar May 21 '18 10:05 CarlInglisBJSS

Since this plugin already makes use of the View Job Filters plugin, could it not just use the Build Filter (Wrapper) Column from it?

Irialad avatar Aug 01 '18 23:08 Irialad

I installed the view-job-filters plugin, and the proper options appear that enable you to filter as described.

In the screenshot below, I'm selecting only the failed builds, plus the ones that are queued or running - i'm basically ignoring the successful and disabled ones (yes it would be possible to setup filters in other ways to achieve the same result).

image

josequeiros avatar Jul 03 '19 13:07 josequeiros