In a pipeline with two parallel stages where one stage is skipped BlueOcean shows "Waiting for run to start", although the other stage produces log outputs. (See Waiting.PNG)
It seems like the skipped stage is selected by default. However, there is no output.
If there is an additional stage after the parallel stages and the pipeline reaches this stage, the pipeline is visualized properly. However, if you click on the skipped stage the message "Waiting for a run to start" is shown again.
Vivek Panday There is an issue in the rest api. While the stages are executing PIpelineStepVisitor.currentStage is always set to be a stage that is skipped for conditional. therefore it does not add any steps. But if you cancel the job, this is no longer the case. I'm stuck on this, I don't know enough about how this works.
Still present in Blue Ocean 1.9.0. Really annoying being unable to see how our parallel stages are doing when one is skipped, have to resort to sifting through the classic console logs.