我正在尝试从我签出的存储库中加载文件。我收到此错误:
new File( iFilePath )
Err: Build failed with Error: java.io.FileNotFoundException: Y:\Jenkins\workspace\TestBuilds\Matlab\m\Contents.m (The system cannot find the path specified)
这是因为Jenkins尝试在主数据库上查找文件而进行解释。该文件实际上位于从代理上。
有什么办法解决这个问题?
答案 0 :(得分:0)
查看以下答案:https://stackoverflow.com/a/42018578/3486967
除了Jenkins master之外,我认为您不能在File类上使用File类。尝试使用FilePath class