Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
I propose an alternative dynamic way of adding pipelines to the view by using regexps. E.g. "^Build-(.)-myProject$" would match Build-serviceX-myProject, Build-serviceY-myProject etc, making it easy to add new pipelines without reconfiguring the view. A capturing group (.) could be used to automatically set a decent pipeline name in the view, e.g. serviceX and serviceY.
I have created a branch called "regexp" which has a suggested implementation of feature. Please check it out and give feedback.