Jenkins xUnit 插件问题
我安装了 Jenkins 服务器(在 Windows 7 上)以及 xUnit 插件,以便将 UnitTest++ 用于我从事的 C++ 项目。
我配置作业脚本,以便 TestUnit++ 在工作区的某个目录中生成报告。 但是,当我激活“发布测试工具结果报告”,然后单击组合框“添加”、“UnitTest-1.4”时,没有任何反应。没有添加任何行,实际上没有任何改变。与“添加”组合框中的任何其他选择相同。
我正确使用它吗? 插件是否正确安装?依赖性问题? 还有其他想法吗?
谢谢
I installed Jenkins server (on windows 7), plus xUnit plug-in in order to use UnitTest++ for the C++ project I work on.
I configure jobs scripts so that TestUnit++ produces reports in some directory in the workspace.
But when I activate "Publish testing tools result report", then click on combobox "Add", "UnitTest-1.4", nothing happens. 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 http://blog.cloudbees.com/2012,xUnit 需要 Jenkins 1.410 或更高版本/03/xunit-plugin.html
xUnit requires Jenkins 1.410 or newer according to http://blog.cloudbees.com/2012/03/xunit-plugin.html