詹金斯:找不到文件异常

时间:2019-04-10 17:05:25

标签: file jenkins exception groovy

我正在尝试从我签出的存储库中加载文件。我收到此错误:

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尝试在主数据库上查找文件而进行解释。该文件实际上位于从代理上。

有什么办法解决这个问题?

1 个答案:

答案 0 :(得分:0)

查看以下答案:https://stackoverflow.com/a/42018578/3486967

除了Jenkins master之外,我认为您不能在File类上使用File类。尝试使用FilePath class