Jenkins错误:未找到测试报告文件。配置错误?

时间:2016-10-15 14:55:34

标签: windows jenkins junit ant

我无法弄清楚为什么会出现这个错误。我已经通过jenkins在Windows上安装了蚂蚁。

我的项目名为 test-freestyle ,保存在:C:\ Program Files(x86)\ Jenkins \ workspace \ test-freestyle

我已在该test-freestyle文件夹中手动创建了一个空报告文件夹,并尝试关注this tutorialthis StackOverflow post to troubleshoot

这是文件夹结构,证明jenkins看到了目录build failure image build failure image 是因为Program Files需要管理员权限来创建文件吗?

我的代码在JUnitTest1项目中。我的测试用例在 JUnitTest1UnitTests

build-project:
    [echo] JUnitTest1: C:\Users\----\Documents\workspace\JUnitTest1\build.xml

init:

build-project:
    [echo] JUnitTest1UnitTests: C:\Users\-----\Documents\workspace\JUnitTest1UnitTests\build.xml

build:

 BUILD SUCCESSFUL
 Total time: 0 seconds
 Recording test results
 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
 Finished: FAILURE

1 个答案:

答案 0 :(得分:0)

转到您的工作,然后单击“配置”,然后打开“高级”选项,然后查找“使用自定义工作区”,将其设置为您需要的内容,并调整后构建操作以使用相对于“新”工作区路径的文件夹亲戚