Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-57076

withMaven Plugin: Support Realtime-Junit Reports.

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • pipeline-maven-plugin
    • 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.

          [JENKINS-57076] withMaven Plugin: Support Realtime-Junit Reports.

          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.

          Cyrille Le Clerc added a comment - 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.

            Unassigned Unassigned
            aleonhard Adrian Leonhard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: