您现在的位置是:主页 > news > 深圳建设网站制作/谷歌seo新规则

深圳建设网站制作/谷歌seo新规则

admin2025/6/2 2:31:20news

简介深圳建设网站制作,谷歌seo新规则,外贸b2b是什么意思,营销策划咨询公司jenkins按照组件,卡在新手入门,很多地方报错了,下载速度很慢。 搜了很多,解决方案都是替换源,试了没啥效果 https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json windows 1 最后找到的解决方案…

深圳建设网站制作,谷歌seo新规则,外贸b2b是什么意思,营销策划咨询公司jenkins按照组件,卡在新手入门,很多地方报错了,下载速度很慢。 搜了很多,解决方案都是替换源,试了没啥效果 https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json windows 1 最后找到的解决方案…

 


jenkins按照组件,卡在新手入门,很多地方报错了,下载速度很慢。
搜了很多,解决方案都是替换源,试了没啥效果

 

https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json

windows

1
最后找到的解决方案如下,亲测有效:

按照以后,找到安装目录的default.json,我这里是windows

C:\Program Files (x86)\Jenkins\updates\default.json
1
通过notepad++打开default.json

替换 updates.jenkins-ci.org/download 为 mirrors.tuna.tsinghua.edu.cn/jenkins

然后把www.google.com修改成百度


然后找到刚才的jenkins安装目录
执行命令:

./jenkins.exe stop
./jenkins.exe start

 

linux

/var/lib/jenkins/updates/default.json
:1,$s/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.tsinghua.edu.cn\/jenkins/g
:1,$s/http:\/\/www.google.com/https:\/\/www.baidu.com/g

进入vim先输入然后再粘贴上边的后边的命令,注意不要写两个冒号!

最后重启

 

war包

 

解决方法:

1. 保留此离线页面,重新开启一个浏览器tab标签页

2.输入输入网址http://localhost:8080/pluginManager/advanced

3.进入该页面最底下,找到【升级站点】,把其中的链接改成http,http://updates.jenkins.io/update-center.json ,确定保存

4.提示jenkins,在重新启动jenkins,OK,已经可以重新连网,下载插件

重要:如果改完Http还是不行,请改成如下镜像

https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json地址

http://mirror.esuni.jp/jenkins/updates/update-center.json

http://mirror.xmission.com/jenkins/updates/update-center.json

 

 

WAR安装

linux 配置在该路径

/home/www/.jenkins/updates

 

命令

软重启

{域名}/restart

硬重启

重启容器