0

I wan to make a Jenkins (2.x) view that displays only currently running jobs (or something very close to that).

Please note that I am talking about an instance >1000 defined jobs where at a single moment we expect to have 5-30 running ones.

Looking at the node/works sidebar is far from ideal as it involves scrolling a narrow column with a height of >20 screens,... almost impossible to get a "clean view" of the situation.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
sorin
  • 161,544
  • 178
  • 535
  • 806

1 Answers1

2

You should use View Job Filters plugin which allow you to filter job view, Filter by Build Statuses of Currently building jobs.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233