How to configure Hudson

梦想的初衷 提交于 2019-12-12 03:15:02

问题


Actually I was trying to configure Hudson for Junit test.In the configure page I have checked Publish JUnit test result report. And I have to add Test report XMLs. Since I am new to Hudson I dont know what I have to add there. I am getting an error like,'**/build/test-reports/*.xml' doesn't match anything, but '*.xml' does. Perhaps that's what you mean?.

Please help me by providing some tutorials. I am using GAE with JSF2.


回答1:


This is only a warning. It means that the files do not as yet exist. Save and run the job. If then the files are not there you'll get a failure that you need to debug.




回答2:


Yes - also, you need to update your ant target xml :

ensure your logdir is correct :



来源:https://stackoverflow.com/questions/9310066/how-to-configure-hudson

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!