Spring boot Jenkins构建失败,人为问题

Spring boot Jenkins构建失败,人为问题,spring-boot,maven,jenkins,Spring Boot,Maven,Jenkins,我正在运行Jenkins构建,其失败原因如下: [ERROR] Plugin org.springframework.boot:spring-boot-maven-plugin:2.2.4.RELEASE or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.springframework.boot:spring-boot-maven-plugin:jar:2.2.

我正在运行Jenkins构建,其失败原因如下:

[ERROR] Plugin org.springframework.boot:spring-boot-maven-plugin:2.2.4.RELEASE or one of its
dependencies could not be resolved: Failed to read artifact descriptor for
org.springframework.boot:spring-boot-maven-plugin:jar:2.2.4.RELEASE: Failure to find 
org.springframework.boot:spring-boot-maven-plugin:pom:2.2.4.RELEASE in 
https://artifactory.abccompany.com:443/artifactory/java was cached in the local repository, 
resolution will not be reattempted until the update interval of central has elapsed or updates are forced
我在高级选项卡中检查了存储库的套接字超时,我将其更改为60秒,但构建仍然失败

问题可能是什么?如何解决

任何帮助都将不胜感激


谢谢

您可能缺少一些依赖项

使用
mvn dependency:tree
查找缺少的依赖项,然后手动安装它们,并离线生成项目一次