Michael Neale Tailing Jenkins log might not show the right error as it might be buried deep in the main jenkins log. Maybe if we have a way to associated failed FlowNode (stage/step/parallel-branch) with other system wide exception, such as failed stage and then associated exception stack trace in that stage/step log.
Sam Van Oort is your log optimization touches on these areas or any suggestion on what blueocean can use from pipeline infra?
Right fix should really come from upstream pipeline library where pipeline step contextual errors are made available thru FlowNode or executor so that in case of failure we can display it in context of failed step. cc: Sam Van Oort.
This seems to be pretty long standing request. Is it not just possible for now to have a link to full log saying failure detected see full log rather than saying nothing?