使用你Web容器的管理工具设置JENKINS_HOME环境参数.打开tomcat的bin目录,编辑catalina.sh文件。 在# OS specific support. $var _must_ be set to either true or false. 上面添加: export JENKINS_HOME="" 在引号中填入你的路径。
2.在启动Web容器之前设置JENKINS_HOME环境变量.
用root用户登录 编辑profile文件: vi /etc/profile 在最后加入: export JENKINS_HOME=xxxx 保存,退出后执行:source /etc/profile 让配置生效