Unable to create the home directory ‘/usr/share/tomcat/.jenkins’.

来源:10-3 安装Jenkins持续集成软件

飞扬3297942

2021-10-29

Unable to create the home directory ‘/usr/share/tomcat/.jenkins’. This is most likely a permission problem.

To change the home directory, use JENKINS_HOME environment variable or set the JENKINS_HOME system property. See Container-specific documentation for more details of how to do this.

写回答

1回答

Oscar

2021-12-08

sudo chown jenkins /usr/share/tomcat/.jenkins
sudo chmod u+w /usr/share/tomcat/.jenkins

可以试试运行这两行命令

0
1
雨夜屠夫ydn
同样的问题 求解决方法
2021-12-13
共1条回复

Linux核心技能与应用

一网打尽Linux必备核心技能,面试、升职必备的“敲门砖”。

2091 学习 · 692 问题

查看课程