首页 > 其他 > 详细

jenkins报错The goal you specified requires a project to execute but there is no POM inthis directory

时间:2019-05-04 01:08:07      阅读:562      评论:0      收藏:0      [点我收藏+]

报错截图及详细:

技术分享图片
 

15:30:29[ERROR]The goal you specified requires a project to execute but there is no POM inthis directory (/data/workspace). Please verify you invoked Maven from thecorrect directory. -> [Help 1]

15:30:29[ERROR]

15:30:29[ERROR] Tosee the full stack trace of the errors, re-run Maven with the -e switch.

15:30:29[ERROR]Re-run Maven using the -X switch to enable full debug logging.

15:30:29[ERROR]

15:30:29[ERROR]For more information about the errors and possible solutions, please read thefollowing articles:

 

解决方法:

这里的报错,分析了下,发现jenkins拉下代码来编译,编译不了,发现就是workspace下面没有java代码编译需要的pom文件,要将代码路径切换到有pom文件的地方,才可以mvn  install。

就是在jenkins上build上面--------调用shell,在shell切换编译路径

jenkins报错The goal you specified requires a project to execute but there is no POM inthis directory

原文:https://www.cnblogs.com/ming369/p/10807224.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!