Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: xunit-plugin
-
Labels:None
-
Environment:Ubuntu 10.10, Jenkins 1.398, xUnit 1.15
-
Similar Issues:
Description
Works perfectly with xUnit 1.14, but after upgrading to 1.15:
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.4 (default)
[xUnit] [INFO] - [PHPUnit-3.4 (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '/var/lib/jenkins/jobs/MyDemo/workspace' for the testing framework 'PHPUnit-3.4 (default)'.
[xUnit] [ERROR] - The plugin hasn't been performed correctly: null
Recording plot data
Publishing Clover coverage report...
Publishing Clover XML report...
Publishing Clover coverage results...
Finished: FAILURE
Attachments
Issue Links
- duplicates
-
JENKINS-8901 [xUnit] [ERROR] - The plugin hasn't been performed correctly: Unable to serialize hudson.FilePath$FileCallableWrapper@b749a3
-
- Resolved
-
- is duplicated by
-
JENKINS-8842 [xUnit] [ERROR] - The plugin hasn't been performed correctly: null
-
- Resolved
-
It works with xUnit 1.15 and "Stop and set the build to 'failed' status if there are errors when processing a result file" option checked.
It fails only when this option is disabled.