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

  • 成功安装
相关推荐
天才奇男子14 小时前
HAProxy高级功能全解析
linux·运维·服务器·微服务·云原生
小李独爱秋14 小时前
“bootmgr is compressed”错误:根源、笔记本与台式机差异化解决方案深度指南
运维·stm32·单片机·嵌入式硬件·文件系统·电脑故障
lang2015092815 小时前
JSR-340 :高性能Web开发新标准
java·前端·servlet
Dying.Light16 小时前
Linux部署问题
linux·运维·服务器
S190116 小时前
Linux的常用指令
linux·运维·服务器
萤丰信息16 小时前
AI 筑基・生态共荣:智慧园区的价值重构与未来新途
大数据·运维·人工智能·科技·智慧城市·智慧园区
小义_16 小时前
【RH134知识点问答题】第7章 管理基本存储
linux·运维·服务器
运维小欣16 小时前
Agentic AI 与 Agentic Ops 驱动,智能运维迈向新高度
运维·人工智能
_运维那些事儿17 小时前
VM环境的CI/CD
linux·运维·网络·阿里云·ci/cd·docker·云计算
Trouvaille ~18 小时前
【Linux】UDP Socket编程实战(一):Echo Server从零到一
linux·运维·服务器·网络·c++·websocket·udp