harness / backstage-plugins

Backstage Plugins for Harness Modules
Other
30 stars 20 forks source link

[Bug]: Selective stage execution for multiple services deployment #46

Open SarvJ1 opened 1 year ago

SarvJ1 commented 1 year ago

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.

SarvJ1 commented 1 year ago

Currently working on a new api which will give us executions directly with serviceID. This should solve this issue