I have a complex build pipeline scripts which have some parallel steps. Im building few repos with maven in parallel (with debug and stack trace -Xe ) which generate a lot of output, the navigation is almost impossible because.
i can think of redirecting each maven build to a seperate log file, and publish the logs as build-artifacts, but im sure there is more clean/plugin way to achieve this behavior.
any idea ?
I went down the same path. Inside parallel
, I'm archiving the log file as artifact so that they can later be downloaded separately. Of course, it's a bit of an abuse of this functionality.
With the new Blue Ocean UI, you see the log output separated per node in a parallel execution. I'm just not sure, how much fun it will be to scroll through a log of that size.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With