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!