我无法弄清楚为什么会出现这个错误。我已经通过jenkins在Windows上安装了蚂蚁。
我的项目名为 test-freestyle ,保存在:C:\ Program Files(x86)\ Jenkins \ workspace \ test-freestyle
我已在该test-freestyle文件夹中手动创建了一个空报告文件夹,并尝试关注this tutorial和this StackOverflow post to troubleshoot。
这是文件夹结构,证明jenkins看到了目录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
答案 0 :(得分:0)
转到您的工作,然后单击“配置”,然后打开“高级”选项,然后查找“使用自定义工作区”,将其设置为您需要的内容,并调整后构建操作以使用相对于“新”工作区路径的文件夹亲戚