簡體   English   中英

Jenkins 構建失敗,人工問題

[英]Jenkins build failed, artifactory issue

我正在運行 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找到您缺少的mvn dependency:tree ,然后手動安裝它們,並離線構建您的項目一次。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM