jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 23 forks source link

Issue with multibranch jobs #10

Open smutel opened 6 years ago

smutel commented 6 years ago

Hello,

I would like to use your plugin to group multibranch jobs. So I created a job named team_project-frontend. In this job, there is one branche named master. I create a view and setup plugin with regular expression team_.*

In the view, we can see:

Is-it possible to remove the job alone related to the master branche?

Thanks.