Redirect to the next pipeline stage on success

Problem to solve

Given a pipeline with at least 2 stages When the first stage ends on success Then I should be redirected to the next stage So that I can see the entire pipeline run without touching anything

Further details

This could be an option, with a checkbox. In the case the next stage has multiples builds, a dropdown list could allow the user to select which will be the place where he wants to be redirected, and this should be saved for the next runs, with the first item pre-selected.

Proposal

What does success look like, and how can we measure that?

On pipeline success, the user should be redirected when the option is enabled.