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

junit plugin does not detect all .xml files if those are created as part of 'parallel'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • junit-plugin
    • None
    • Jenkins version: Jenkins ver. 2.32.1
      junit plugin version: 1.20

      Steps to reproduce:

      1) Execute a pipeline script where you kick off 3 'sh' commands that each is going to produce an .xml file. 

      2) As the last step of execution save the xml reports using junit plugin 

      _________________________________________________________________

      Exp.res.: All .xml files should be picked up by junit plugin

      Act.res.: Only 1 .xml file is being picked up by junit plugin.

       

      Notes: I also archive all the files and I can see all expected .xml being successfully created and archived ,but not picked up by junit plugin. Also if I run all my 'sh' commands in sequence (not using 'parallel' ,all .xml files are being picked up by junit plugin).

            Unassigned Unassigned
            miluchok Alexey Milyukov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: