jenkinsci/build-monitor-plugin

Semantic grouping of jobs for better usability

camproto opened this issue · 2 comments

What feature do you want to see added?

For my product I need 39 jobs and have them all on the build monitor. These jobs are, of course, in a semantic relation, which I can currently only make visible by job name to get them somehow grouped. I use job names like

  • app-*
  • mock-*
  • emu-*
    And of course there are some special jobs for deployments or sonar scanning.

I wish to have more influence on how the jobs are positioned on the build monitor.

Currently it's alphabetical by job name ONLY. And to change the displayed number of columns did not help to visually group them semantically.

There might be something like horizontal swim lanes in Jira or othe possible solutions.

There is another grouping request #350 . I differ from them, because for me it's only visualisation, not needed to have a meaning of this grouping like #350 wants.

Upstream changes

No response