backstage-plugins
backstage-plugins copied to clipboard
[Bug]: Selective stage execution for multiple services deployment
Expected Behaviour
When a user configures the serviceID , it should show all executions/deployments where that particular service has been deployed
Actual behaviour
So currently we configure the latest 5 pipelines that deploy that serviceID, and show their executions but there can be a case where the particular pipeline deploys multiple services and has done selective stage execution in which that Service hasn't been deployed but it will appear in the execution list.
Currently working on a new api which will give us executions directly with serviceID. This should solve this issue