Jenkins部署Spring boot项目失败

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jenkins部署Spring boot项目失败相关的知识,希望对你有一定的参考价值。

参考技术A 一天踩两次坑也是醉了~更新完spring boot的版本后居然部署不成功!查看日志报以下错

一开始以为是网络问题,还试了把jenkins更新,重装和更新jenkins的maven插件,升级maven,但后来发现都不是这些问题。
关键句是这个 Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.4.5 from [https://repo.maven.apache.org/maven2](https://repo.maven.apache.org/maven2) was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced.
网上找到类似的解决方案: https://blog.51cto.com/qiangsh/1743074
于是直接跑到 ~/.m2/repository 路径下把 spring-boot-starter-parent 目录全部删了~

以上是关于Jenkins部署Spring boot项目失败的主要内容,如果未能解决你的问题,请参考以下文章

使用Jenkins + docker 自动化部署Spring boot 微服务 详尽操作流程

使用Docker部署Jenkins

Ubuntu中安装jenkins+docker,实现项目部署

Jenkins+Docker 一键自动化部署 SpringBoot 项目

Docker Compose安装部署Jenkins

搭建Jenkins,Gitlab自动化打包部署项目