backstage-plugins
backstage-plugins copied to clipboard
[Feat]: Add a page for listing all executions of a particular pipeline
🔖 Feature description
As of now the plugin lists down executions for all the pipelines in a project or as configured for the software component. But there should be a way to view all executions for a particular pipeline.
🎤 Context
This is useful for getting to see the past executions of one particular pipeline.
✌️ Possible Implementation
Either add a filter in the table to select a pipeline. Or create a new page which loads all executions for a single pipeline.