-
Bug
-
Resolution: Unresolved
-
Minor
-
None
The view-job-filters-plugin does not support Pipeline projects for filtering with Regular Expression SCM Configuration.
It only supports three types of projects, instances of AbstractProject, SCMTriggerItem, and SCMedItem.
https://github.com/jenkinsci/view-job-filters-plugin/blob/master/src/main/java/hudson/views/RegExJobFilter.java
Need to support both MultibranchProject and WorkflowJob
List<jenkins.scm.api.SCMSource> MultibranchProject.getSCMSources()
Collection<? extends hudson.scm.SCM> WorkflowJob.getSCMs()