-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.378
xunit plugin 3.1.2
-
-
3.1.3
Can this message be made more human readable? What does org.jenkinsci.plugins.xunit.XUnitProcessorResult@50f463dd mean?
INFO: Setting the build status to org.jenkinsci.plugins.xunit.XUnitProcessorResult@50f463dd
[JENKINS-70113] Meaningless log message org.jenkinsci.plugins.xunit.XUnitProcessorResult@50f463dd
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 3.1.3 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Possibly a mistake on line 239 of XUnitPublisher.java : https://github.com/jenkinsci/xunit-plugin/blob/66e06d2d02e9d32212aec8f853d56b71f6f04d99/src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java#L239
It should probably read:
logger.info("Setting the build status to " + procResult);