我在下面的位置有一个文件,我设法将它作为一个工件附加。
AutomationFrameworkDemo\ExtentReprt\ExtentSummaryReport.html我还有另一个文件,我希望附加在下面的位置。
AutomationFrameworkDemo\test-output\testng-failed.xml我尝试按照Archive multiple artifacts in multiple folders in jenkins?给出逗号分隔的路径,但得到下面的错误。对此有什么帮助或建议吗?

发布于 2021-05-11 15:30:00
从错误中可以看出,文件/文件夹不存在,或者jenkins没有写入权限。检查:
AutomationFrameworkDemo/test-output和xml文件在.中的存在
https://stackoverflow.com/questions/67481143
复制相似问题