jenkinsci / jenkinsci/categorized-view-plugin
Inconsistent naming with multibranch pipelines
- Dominant language
- Java
- Stars
- 13
- Forks
- 28
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 1
Description
We have a multibranch pipeline Commons with master, test, release branches, and two supporting freeform jobs Commons-dev-to-test and Commons-test-to-prod.
When I include them into a categorized view with the regex `Commons.*` all of them show:

However when I try to group them with the regex `(Commons).*` the branches are not included:

When I use the more generic regex `^([A-Za-z]+).*$` the branches are categorized incorrectly:

The "Categorize by display name?" option has no effect whatsoever.
Contributor guide
Assessment
This issue has not been assessed yet.