Jenkins初始化界面一直显示Please wait while Jenkins is getting ready to work ...

当我们第一次访问Jenkins时,会提示如下界面:

Jenkins初始化界面一直显示Please wait while Jenkins is getting ready to work ..._第1张图片

注:如果这个界面初始化的时间过长,则需要修改相关配置文件。

原因:因为访问官网太慢。我们只需要换一个源,不使用官网的源即可。

1、找到jenkins工作目录,打开文件hudson.model.UpdateCenter.xml

[root@localhost /]# find / -name *.UpdateCenter.xml
/root/.jenkins/hudson.model.UpdateCenter.xml

2、编辑文件

将url标签里面的内容改为:https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json 

[root@localhost /]# vim /root/.jenkins/hudson.model.UpdateCenter.xml

重启Jenkins就可以了。

你可能感兴趣的:(Linux,开发工具,jenkins,运维)