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

Support jobs organized under folders

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 1.596.1

      I want to create a delivery pipeline view for just the jobs under a folder (using the cloudbees-folders plugin).

      In attempting to use the regex match, it appears that the folder name is not part of the string being matched.

      I can get everything (including those jobs I do not want) using ^(.+)$, so I know that regex filtering works. But when I try things like

      • ^foldername/(.+)$
      • ^foldername\/(.+)$

      Then the view is completely empty.

      The jobs in the folder do not have a consistent naming structure such that I can match against just those jobs.

      Is there any way do this with this plugin?

            patbos Patrik Boström
            jf647 James FitzGibbon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: