Branch: refs/heads/master
Home: https://github.com/jenkinsci/junit-plugin
Commit: b2445427f96fb2af12a1851392e071ba3921df65
https://github.com/jenkinsci/junit-plugin/commit/b2445427f96fb2af12a1851392e071ba3921df65
Author: René Scheibe <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M src/main/java/hudson/tasks/junit/JUnitParser.java
M src/main/java/hudson/tasks/junit/JUnitResultArchiver.java
M src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java
Log Message:
-----------
Improve handling of missing & empty test result files (#292)
Assertions are by default disabled on the JVM. The previous use of `assert`
therefore might have missed cases of empty test results in many Jenkins setups.
Using "AbortException" additionally provides more meaningful output in the
build console.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/junit-plugin/push/refs/heads/master/06c671-b24454%40github.com.