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

  • 成功安装
相关推荐
Yupureki2 分钟前
《Linux网络编程》6.UDP原理
linux·运维·服务器·网络·udp
楼田莉子9 分钟前
Linux网络:NAT_代理
linux·运维·服务器·开发语言·c++·后端
Harvy_没救了2 小时前
【网络运维】 WordPress 部署复盘
运维·网络
weixin_402278452 小时前
VS code 本地推送github添加SSH设置
运维·git·ssh
fish_xk2 小时前
Linux的权限
linux·运维·服务器
嵌入式×边缘AI:打怪升级日志3 小时前
Linux 驱动与应用开发核心自测题库(面试官问答完整版)
linux·运维·php
eastyuxiao4 小时前
企业 OpenClaw 文档自动化落地项目 - 思维导图范围拆解
运维·自动化
Sirens.5 小时前
Umami:从Cloud迁移到服务器
运维·服务器
zhangfeng11335 小时前
CI/CD 是软件开发中的两个核心实践,合起来指代一套自动化的软件交付流程
运维·ci/cd·自动化
嵌入式×边缘AI:打怪升级日志5 小时前
Tina SDK Linux Kernel 基本使用(实战篇:为7寸RGB LCD触摸屏添加驱动支持).md
linux·运维·服务器