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

xunit 2.3.4 fails to read xunit 1.102 configs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • xunit-plugin
    • None

      Somewhere between versions 1.102 and 2.3.4 xunit introduced a not-backward-compatible change to reading its config.

      Steps to reproduce:

      • Install xunit 1.102.
      • Add xunit to a job config, including a tool (such a GoogleTest).
      • Upgrade to xunit 2.3.4.
      • Run the job.

      Expected Result

      Job succeeds.

      Actual Result

      Job fails with:

      ERROR: Build step failed with exception
      java.lang.IllegalArgumentException: The tools section is required.
      	at org.jenkinsci.plugins.xunit.XUnitProcessor.<init>(XUnitProcessor.java:141)
      	at org.jenkinsci.plugins.xunit.XUnitPublisher.perform(XUnitPublisher.java:170)
      	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
      	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
      	at hudson.model.Build$BuildExecution.post2(Build.java:186)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
      	at hudson.model.Run.execute(Run.java:1835)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
      	at hudson.model.ResourceController.execute(ResourceController.java:97)
      	at hudson.model.Executor.run(Executor.java:429)
      Build step 'Publish xUnit test result report' marked build as failure
      

            nfalco Nikolas Falco
            darrelvun Darrel Vuncannon
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: