jenkins离线安装插件

  1. Jenkins 在线安装插件失败
  • 报错:
csharp 复制代码
Caused: java.io.IOException: Failed to load https://updates.jenkins.io/download/plugins/login-theme/244.vd67c77f0c4c8/login-theme.hpi to /var/jenkins_home/plugins/login-theme.jpi.tmp
        at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1363)
Caused: java.io.IOException: Failed to download from https://updates.jenkins.io/download/plugins/login-theme/244.vd67c77f0c4c8/login-theme.hpi
        at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1390)
        at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:2038)
        at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:2366)
        at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:2012)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:121)
        at java.base/java.lang.Thread.run(Unknown Source)

尝试了一些解决方法没有解决,只能离线安装了。

  1. 下载所需插件

插件官网

  1. 搜索所需要插件:Login Theme
  1. 点击搜索的插件
  1. 选择对应版本,点击direct link进行下载
  1. 安装下载好的插件

系统管理-->插件管理-->Advanced settings


  1. 安装成功
  1. 验证插件

系统管理-->Appearance

  • 成功安装
相关推荐
i_am_a_div_日积月累_5 分钟前
jenkins打包报错
运维·rust·jenkins·jenkins打包报错
一个处女座的暖男程序猿8 分钟前
2G2核服务器安装ES
服务器·elasticsearch·jenkins
GIOTTO情12 分钟前
舆情处置的自动化实践:基于Infoseek舆情系统的技术解析与落地指南
运维·自动化·linq
Thexhy16 分钟前
在 CentOS 7 的 Linux 系统中配置 NFS
linux·运维·学习·centos
曹天骄36 分钟前
Let’s Encrypt 证书申请与多服务器 HTTPS 配置指南
运维·服务器·https
lang2015092842 分钟前
如何在 Linux 中获取更多信息
linux·运维·服务器
DeBuggggggg1 小时前
linux 安装Python3.9 且支持SSL
linux·运维·ssl
我是标同学1 小时前
vmware17安装ubuntu2204版本qemu运行armv8处理器uboot运行调试(包括windows)的一些工作
linux·运维·服务器
杨云龙UP1 小时前
【MySQL迁移】MySQL数据库迁移实战(利用mysqldump从Windows 5.7迁至Linux 8.0)
linux·运维·数据库·mysql·mssql
Wang's Blog1 小时前
Nestjs框架: 微服务断路器实现原理与OPOSSUM库实践
运维·微服务·nestjs