jenkinsci / jenkinsci/categorized-view-plugin

Inconsistent naming with multibranch pipelines

Open
#14 2 comments 0 reactions 1 assignee Claimed by @taksan View on GitHub
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:

![comons_include](https://user-images.githubusercontent.com/1145680/48300846-2f2db080-e4e4-11e8-897a-daa2fd44c40c.png)

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

![commons_group_commons](https://user-images.githubusercontent.com/1145680/48300848-3b197280-e4e4-11e8-8a71-ba4fed947b43.png)

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

![commons_group_generic](https://user-images.githubusercontent.com/1145680/48301449-aff1aa00-e4ee-11e8-983c-6f658944f85e.png)

The "Categorize by display name?" option has no effect whatsoever.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.