Blue Ocean Top Level View Shows Only Logs

Jenkins setup:

Jenkins version 2.440.1
Blue Ocean version1.27.16

Hi Jenkins experts,

I ran into issues where the blue ocean view for our main pipeline is not showing any build jobs, instead it’s only showing the main pipeline job logs:

Unexpected:

Expected:

I’ve verified all the subpipelines blue occean views are rendered correctly and the build jobs status are correct. It seems the blueocean nodes?limit=10000 API is returning empty list [] for the malfunctioning job, meaning only the top level blueocean view is compromised. Is there a way I can force blue ocean to regenerate the top pipeline view?

Thanks in advance!

It seems the Jenkinsfile contains syntax errors and then the only useful thing to show is the log as there are now steps to show.

Thanks @mawinter69 for taking a look! The UI is one sample diagram which doesn’t really reflect the true build status. Could you help me understand where this data for blue ocean is stored?