jenkins版本:2.7
操作系统环境:centos6.7 x64
其他配置:
但是,编译项目的时候,报错:
FATAL: command execution failed java.io.IOException: Cannot run program "mvn" (in directory "/var/lib/jenkins/workspace/mall"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at hudson.Proc$LocalProc.<init>(Proc.java:240) at hudson.Proc$LocalProc.<init>(Proc.java:212) at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) at hudson.Launcher$ProcStarter.start(Launcher.java:381) at hudson.Launcher$ProcStarter.join(Launcher.java:388) at hudson.tasks.Maven.perform(Maven.java:331) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.Build$BuildExecution.build(Build.java:205) at hudson.model.Build$BuildExecution.doRun(Build.java:162) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1741) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:248) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 15 more
需要在“构建“选项里面,选择invoketop-levelMaventagets ->MavenVersion->选择你在系统配置里面配置的Maven名称
有用先手工在命令行下执行mvn看看。不行的话,可能是权限、或者,<preclass="js_message_plainng-binding">/usr/local/apache-maven-3.3.3/bin这个路径问题<divclass='ref'>
给jenkins用户执行mvn权限。配置Job的时候,maven版本选default
真理呀,帮助了我有执行权限的。我也遇到了这个问题,你解决了吗?怎么搞的.我也遇到这个问题。
------
系统设置里面<spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;">Environmentvariables 设置了MAVEN_HOME M2_HOME
<spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;"><spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;"><spanstyle="font-size:13.3333330154419px;">系统设置里面 ToolLocations设置了Maven的路径
<spanstyle="font-size:13px;line-height:18.2000007629395px;">问题未解决
<spanstyle="font-size:13px;line-height:18.2000007629395px;">------
<spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;">GlobalToolConfiguration里面使用自动安装的Maven
<spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;">问题也没解决
<spanstyle="color:#333333;font-family:Helvetica,Arial,sans-serif;font-size:13px;line-height:18.2000007629395px;">
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。