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

flags "skipNoTestFiles" and "failIfNotNew" are not saved properly [since xunit 1.56]

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • junit-plugin, xunit-plugin
    • None
    • Firefox 20.

      Since xunit 1.56, the 2 following fields are not saved properly:

      ...
      Skip if there are no test files [ ]
      Fail the build if test results were not updated this run [ ]
      ...

      Ticking/not ticking the checkboxes has not effect on saved values (hardcoded to false):

      <xunit plugin="xunit@1.56">
        <types>
          <JUnitType>
            ...
            <skipNoTestFiles>false</skipNoTestFiles>
            <failIfNotNew>false</failIfNotNew>
            ...
          </JUnitType>
        </types>
      </xunit>
      

      Other fields are still behaving properly.

            gbois Gregory Boissinot
            rdesgroppes RĂ©gis Desgroppes
            Votes:
            4 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: