简体   繁体   中英

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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