Jenkins无法识别pom.xml的文件路径

时间:2018-07-26 06:29:31

标签: maven jenkins

我的文件路径为/Users/xxx/Documents/WorkSpace/project-test/pom.xml 在根POM下,我给出了与终端相同的路径。

我在詹金斯上遇到以下错误 错误:没有这样的文件/Users/xxx/Documents/WorkSpace/project-test/pom.xml 也许您需要在项目配置中指定正确的POM文件路径? 我正在使用Mac High Sierra。

1 个答案:

答案 0 :(得分:0)

enter image description here我希望您正在使用maven项目

如果您使用 windows 的计算机路径像这样-> C:\var\www\hello\complete\pom.xml

或者您也可以使用此类型-> C:\Program Files (x86)\Jenkins\workspace\hello-world\complete\pom.xml

如果您使用的 linux 机器路径应为-> {strong> complete 目录中的/etc/maven/complete/pom.xml pom.xml文件应该存在

如果您使用的是 git hub ,则该目录中的项目路径应为-> https://github.com/username/hello/maven/complete/pom.xml,则应具有pom.xml文件

然后詹金斯会和平接受

  

确保在路径末尾添加了 pom.xml ,否则您将得到以下错误

if you add only path without pom.xml