jenkins生成测试报告失败

今天第一次使用jenkins,搞了个Java代码测试,在jenkins用junit测试,成功生成了xml测试报告文件,但是却
报了这样一个错误,请问这是什么原因导致的?该怎么解决,求大神赐教,感激不尽
第一次执行时报的错误信息:Step ‘Publish JUnit test result report’ failed: None of the test reports contained any result
后来每次执行都报这个:ERROR: Step ‘Publish JUnit test result report’ failed: Test reports were found but none of them are new. Did tests run?
但是每次都有生成一个XML文件

http://www.cnblogs.com/xiaomingtx/p/5669798.html