Hi,
I'm running Jenkins 2.32.2 with Blue Ocean installed. Our builds make use of the Jenkinsfile, and we monitor the status of our builds using Nevergreen (
nevergreen.io) which makes use of cc.xml.
Is there a way to expose the individual outputs of each stage of a pipeline through cc.xml rather than only the full output of the pipeline? Whilst knowing when a pipeline has failed is handy, it would be even better if we could see exactly which stage has failed.
Cheers,
Andrew