Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-62233

View Job Filter SCM RegEx Support Pipeline projects

XMLWordPrintable

      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()

            svenschoenung Sven Schoenung
            djviking Sverre Moe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: