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
可以试试运行这两行命令
012021-12-13
相似问题