-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins ver. 2.156, but the fact that there's no option for this is based on the wiki/documentation
withMaven() { ... } picks up the generated reports automatically, but shows the results only at the end instead of realtime.
Having an option to enable the same behavior as the realtime junit reporter would be nice.
This delay is caused by the architecture of "withMaven" that collects the details of the Maven build as an XML file at the end of the "withMaven() {}" block. Real Time collection would probably mean evolving from a file based approach to a socket based approach. Quite a lot of work unfortunately.