woodpecker-ci / woodpecker

Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
3.88k stars 345 forks source link

Log jump to next step when finished #3801

Open anbraten opened 2 weeks ago

anbraten commented 2 weeks ago

Clear and concise description of the problem

When following the logs of a step I would like the UI to automatically select the next step if the step I am currently looking at has finished.

Suggested solution

Automatically jump to the next step when currently visible step status changes to successfully finished.

Alternative

No response

Additional context

No response

Validations

zc-devs commented 2 weeks ago

Automatically jump to the next step when currently visible step status changes to successfully finished

if user has not switched step manually already, I would add.

if automatic scrolling is on and current running step == the opened one.