基于tomcat安装jenkins遇到的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基于tomcat安装jenkins遇到的问题相关的知识,希望对你有一定的参考价值。
1、
发现浏览器安装jenkins卡在此处,通过以下方法解决;
######vi /root/.jenkins/hudson.model.UpdateCenter.xml
url更改为 <url>http://mirror.xmission.com/jenkins/updates/update-center.json</url>
重启tomcat
2、jenkins部署完成设置默认密码之后,空白页面,不跳转
[[email protected] ~]# vim .jenkins/hudson.model.UpdateCenter.xml
<?xml version=‘1.1‘ encoding=‘UTF-8‘?>
<sites>
<site>
<id>default</id>
<url>https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/stable-2.7/update-center.json</url>
</site>
</sites>
重启tomcat
以上是关于基于tomcat安装jenkins遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章
增加基于 Windows 安装程序的 Tomcat PermGen 空间