Skip to content

Releases: jenkinsci/xunit-plugin

3.0.0

13 Jan 08:54
Compare
Choose a tag to compare

Bugfixes

  • Fix concurrency when a more xunit steps run in parallel
  • Reduce the consume of memory when use Directory Scanner

Features

  • Allow excludes pattern for all test types
  • Removed deprecated builder XUnitBuilder

2.3.7

05 Dec 10:31
Compare
Choose a tag to compare

Bugfixes

  • Allow custom project properties for cppunit
  • Support latest PHPUnit

Features

  • Based on feature JENKINS-43995 now only the current stage is marked as failed instead the whole build

2.3.6

16 Oct 07:30
Compare
Choose a tag to compare

Bugfixes

  • JENKINS-59608 Support new skipped feature for GoogleTests report since 1.8
  • JENKINS-58222 xunit 2.3.4 fails to read xunit 1.102 configs

2.3.5

15 Jun 00:13
Compare
Choose a tag to compare

Improvements

  • JENKINS-57718 Cannot disable reduceLog setting
  • Use DTKit API plugin to share dtkit component among more plugin

xunit-2.3.4

15 Jun 00:10
Compare
Choose a tag to compare

Improvements

xunit-2.3.3

03 Mar 16:22
Compare
Choose a tag to compare

Improvements

  • Add a flag (enable by default) to keep a reduced log of system out/err to avoid OOM when jenkins deserialise xUnit xml file.

Bugfixes

xunit-2.3.2

09 Mar 15:35
Compare
Choose a tag to compare

Bugfixes

  • JENKINS-54228 xUnit fails to validate XML surefire report of Maven Surefire Plugin since version 2.22.1 (nfalco79)
  • Correct variable ordering in reportsNotFound message

xunit-2.3.1

09 Mar 15:33
Compare
Choose a tag to compare

Bugfixes

  • JENKINS-54257 Infinite loop when an exception occurs on slave (nfalco79 to Arnaud)

xunit-2.3.0

09 Mar 15:37
Compare
Choose a tag to compare

Improvements

  • JENKINS-45826 XUnit support for distinguishing test reports from different steps (abayer)

Bugfixes