Jenkins基础系统之更换镜像源
Posted cqhaibin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jenkins基础系统之更换镜像源相关的知识,希望对你有一定的参考价值。
清华大学镜像地址:https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/update-center.json
操作步骤:
- 进入jenkins系统管理
- 进入插件管理
- 点击高级,修改升级站点的地址为清华大学镜像地址
二、更换源配置
1. 关闭对 update-center.json 的安全检查
将下列属性添加到 Jenkins 启动参数
hudson.model.DownloadService.noSignatureCheck=true
例子1 Java 启动
java -Dhudson.model.DownloadService.noSignatureCheck=true -jar jenkins.war --httpPort=9800
例子2 Docker 启动
docker run --env JAVA_OPTS=-Dhudson.model.DownloadService.noSignatureCheck=true jenkins/jenkins
参考:
- Features controlled by system properties
2. 使用本站的 update-center.json
复制到 更新站点 URL 保存
https://jenkins-update.davidz.cn/update-center.json
参考:
三、自建update-center.json
http://jenkins.b-nature.cn:10026/jenkins/updates/update-center.json
欢迎大家使用
以上是关于Jenkins基础系统之更换镜像源的主要内容,如果未能解决你的问题,请参考以下文章
Linux基础学习-RHEL7.4之YUM更换CentOS源