🔖 Feature description
Currently the plugin if serviceID is configured, makes 4 API calls for it to show the executions.This happens only during the first time you load the executions.
🎤 Context

- The first API is to check for the licenses issued to the account
- As we currently take latest 5 pipelines that have been executed for the particular service,for that we need the service name
- So second API gets us the service name which we will use to filter and get latest 5 pipelines
- Third API gets us the latest 5 pipelines with that particular service name
- Fourth API gets us our executions
🔖 Feature description
Currently the plugin if serviceID is configured, makes 4 API calls for it to show the executions.This happens only during the first time you load the executions.
🎤 Context