简体   繁体   English

Jenkins xUnit插件问题

[英]Jenkins xUnit Plug-in issue

I installed Jenkins server (on windows 7), plus xUnit plug-in in order to use UnitTest++ for the C++ project I work on. 我安装了Jenkins服务器(在Windows 7上)和xUnit插件,以便将UnitTest ++用于我正在使用的C ++项目。

I configure jobs scripts so that TestUnit++ produces reports in some directory in the workspace. 我配置作业脚本,以便TestUnit ++在工作区的某个目录中生成报告。 But when I activate "Publish testing tools result report", then click on combobox "Add", "UnitTest-1.4", nothing happens. 但是当我激活“发布测试工具结果报告”,然后点击组合框“添加”,“UnitTest-1.4”时,没有任何反应。 No line is added, nothing actually changes. 没有添加任何行,实际上没有任何变化。 Same thing with any other choice in "Add" combo box. 与“添加”组合框中的任何其他选项相同。

Do I use it correctly ? 我是否正确使用它? Is plug-in properly installed ? 插件是否正确安装? dependency issue ? 依赖问题? Any other idea ? 还有其他想法吗?

Thanks 谢谢

根据http://blog.cloudbees.com/2012/03/xunit-plugin.html,xUnit需要Jenkins 1.410或更新版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM