Is it possible to automatically trigger the block step overlay panel when a block step is reached? We often miss the block step and the pipelines sit waiting. Or maybe keep the pipeline color yellow while waiting in block step?
A block step is designed to be a place in a pipeline that requires manual intervention - so at the moment it’s not possible to process said popup (you might be more interested in waitsteps for that need - combined with explicit dependencies with depends_on).
On the case for block steps’ state, by default a build is marked in its passed state when blocked - but you can use the blocked_state attribute on that step to change the block steps state when a build reaches it. You’d be after running: which will mark said build in the same state as a running build.
Excellent! For the record, we don’t want to automatically process block steps, just make the human intervention requirement more explicit for less technical users who don’t know they need to intervene.