Jenkins部署Spring boot项目失败
发布网友
发布时间:2022-12-09 21:09
我来回答
共1个回答
热心网友
时间:2024-11-08 05:54
一天踩两次坑也是醉了~更新完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 目录全部删了~