Releases: jenkinsci/xunit-plugin
Releases · jenkinsci/xunit-plugin
3.0.0
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
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
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
Improvements
- JENKINS-57718 Cannot disable reduceLog setting
- Use DTKit API plugin to share dtkit component among more plugin
xunit-2.3.4
Improvements
- JENKINS-27494 Support for PHPUnit 4.* reports
xunit-2.3.3
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
- JENKINS-56271 xUnit produce an empty report for NUnit3 type
- JENKINS-55907 NUnit3 fails when SetUpFixture feature is used
xunit-2.3.2
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
Bugfixes
- JENKINS-54257 Infinite loop when an exception occurs on slave (nfalco79 to Arnaud)
xunit-2.3.0
Improvements
- JENKINS-45826 XUnit support for distinguishing test reports from different steps (abayer)
Bugfixes
- JENKINS-53635 xUnit step failure is not displayed (Evildethow)