Issue Type: Improvement Improvement
Assignee: Patrik Boström
Components: delivery-pipeline-plugin
Created: 06/Mar/15 7:18 PM
Description:

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?

Environment: 1.596.1
Project: Jenkins
Priority: Minor Minor
Reporter: James FitzGibbon
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to