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

Recognize failures indicated by JUnit test result file

XMLWordPrintable

      Currently, the build failure analyzer plugin requires the user to explicitly define a match expression for each failure.
      However, many jobs already produce a JUnit result file, where the different testcases are listed, and failed ones are indicated as such.
      It would be great if the build failure analyzer plugin could also use this JUnit file, and automatically report a failure based on the name of the failed testcase (as mentioned in the JUnit result file).

      This avoids users having to create redundant match expressions as the testcases itself already know when something failed.

      A particular case where this is useful is when using the Build Monitor plugin, which has support for Build Failure Analyzer to display the cause of failed builds.

            t_westling Tomas Westling
            patrickdepinguin Thomas De Schampheleire
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: