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

  • 成功安装
相关推荐
Tipriest_2 小时前
Ubuntu常用的软件格式deb, rpm, dmg, AppImage等打包及使用方法
linux·运维·ubuntu
真智AI2 小时前
利用 Claude Opus 4 自动化 GitHub 工作流:从安装到实战详解
运维·自动化·github
胡斌附体3 小时前
linux测试端口是否可被外部访问
linux·运维·服务器·python·测试·端口测试·临时服务器
愚润求学3 小时前
【Linux】自旋锁和读写锁
linux·运维
大锦终3 小时前
【Linux】常用基本指令
linux·运维·服务器·centos
知北游天3 小时前
Linux:多线程---深入互斥&&浅谈同步
linux·运维·服务器
Gappsong8743 小时前
【Linux学习】Linux安装并配置Redis
java·linux·运维·网络安全
try2find4 小时前
移动conda虚拟环境的安装目录
linux·运维·conda
码农101号4 小时前
Linux中容器文件操作和数据卷使用以及目录挂载
linux·运维·服务器
程序员弘羽5 小时前
Linux进程管理:从基础到实战
linux·运维·服务器