jenkins Error while storing the mojo status
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jenkins Error while storing the mojo status相关的知识,希望对你有一定的参考价值。
参考技术A 在使用jenkins 执行 mvn install 进行项目构建时, 出现错误:org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project xxx(项目名称): Error while storing the mojo status原因: jenkins服务器上, jenkins用户权限不足. 不同的maven命令, 出现的错误也不同
解决:jenkins的用户具有读写权限.
1.修改jenkins配置文件, 配置具有权限的用户
2.服务器上创建(修改)jenkins的用户
修改配置文件:vim /etc/sysconfig/jenkins
将默认的"jenkins" 修改为 "root", 或其他有权限的用户
以上是关于jenkins Error while storing the mojo status的主要内容,如果未能解决你的问题,请参考以下文章
Vue JS with story hot config for storybook and jest error in Cannot find module '@storybook/vue/dist
jenkins报错:Problem accessing /jenkins/. Reason: HTTP ERROR 404
解决Jenkins上git出现的“ERROR: Error fetching remote repo 'origin'”问题
jenkins windows slave 报错ERROR: Error cloning remote repo 'origin'