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
The detailed view of a pipeline run includes the job graph with shows the dependencies between the jobs and the current state.
Currently, three states are implemented: Waiting for execution, Success, Failed.
To improve the user experience we should also add a new icon (and state) for Running.
It would be cool to use an animated gif for this state so it makes it easy for the user to see the current active job.