-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: xunit-plugin
-
None
-
Environment:Jenkins ver. 1.626
xUnit 1.96
Hello,
I have a custom tool that generates a report xml file that normally follows the expected format for the XUnit report. But Whenever I click on the summary icon nothing is displayed but the error message "not found".
For some reason Jenkins is expecting other files besides the Xunit report.
Attached you will find
- the report generated for Xunit *.zip
- the list of plugins installed in Jenkins
- images of the configuration and the problem of the summary
The test tool already generates the report in the output format , the xsl style sheet only copies the content as is.
Jenkins ver. 1.626
<plugin>
<active>true</active>
<backupVersion>1.94</backupVersion>
<bundled>false</bundled>
<deleted>false</deleted>
<dependency/>
<downgradable>true</downgradable>
<enabled>true</enabled>
<hasUpdate>true</hasUpdate>
<longName>xUnit plugin</longName>
<pinned>false</pinned>
<shortName>xunit</shortName>
<supportsDynamicLoad>MAYBE</supportsDynamicLoad>
<url>http://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin</url>
<version>1.96</version>
</plugin>
thanks in advance for your help