You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dropdown to filter tasks by status (Completed, Running, Error) in pipeline runs.
Use case
When troubleshooting pipeline failures, it can be difficult to identify where large pipelines are failing, or if a pipeline is hanging it can be useful to quickly filter by running tasks.
The text was updated successfully, but these errors were encountered:
Thanks for the feature request @coillteoir. Can you share some more details about the pipelines you're working with? Could you provide some example resources or even screenshots / recording to illustrate the problem?
Some of the types of information that would be useful to help understand your use case:
how many pipeline tasks are there in these pipelines?
are you using matrix / when expressions?
if so, how?
are there particular groups / categories within the tasks that should be treated a certain way?
are there some tasks that are of more interest than others if they fail?
Thanks for the quick response,
Currently my organization uses pipelines which are approx 10 pipeline tasks, with some going up to 30+.
We use a large finally block for auto reporting failures to different monitoring platforms (these are grouped together using when expressions).
With the larger pipelines, different tasks can be grouped together based on what sort of functionality they have.
The use case that a filtering system would bring is being able to:
Drill down into failing pipeline tasks specifically. On smaller displays, large pipelines can't be easily parsed.
Show different pipeline task groups by naming semantics, or by labels.
Show the dependencies of a failing task run (tasks with run after configured)
I understand that there are plans to move to a tree view #675, so this filtering may be more complicated (perhaps showing the path to the failing/filtered tasks).
Feature request
A dropdown to filter tasks by status (Completed, Running, Error) in pipeline runs.
Use case
When troubleshooting pipeline failures, it can be difficult to identify where large pipelines are failing, or if a pipeline is hanging it can be useful to quickly filter by running tasks.
The text was updated successfully, but these errors were encountered: