Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
1.596.1
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?
Attachments
Issue Links
- is related to
-
JENKINS-27539 NPE when using jobs with the same name in different folders
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 161474 ] | JNJira + In-Review [ 208494 ] |