【问题标题】:Nexus Repository - Azure DevOps Release PipelineNexus 存储库 - Azure DevOps 发布管道
【发布时间】:2021-12-11 18:08:54
【问题描述】:

我正在尝试借助 Sonatype Nexus Repository Release Artifact 从 azure devops 发布管道中的 nexus 存储库管理器下载我上传的构件。

但是,我创建了 服务连接 并进行了配置,然后我尝试在发布管道中使用,但它抛出了以下错误:

服务连接配置:

错误:

Failed to query service connection API: 
'http://servername:8081/repository/Row/service/local/all_repositories'. Status 
Code: 'NotFound', Response from server: '
<!DOCTYPE html>
<html lang="en">
<head>
  <title>404 - Nexus Repository Manager</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

谁能帮我找出问题?

参考链接: https://marketplace.visualstudio.com/items?itemName=soft-cor.nexus-custom-release-artifact-extension

【问题讨论】:

    标签: azure-devops azure-pipelines devops nexus3 azure-devops-server-2020


    【解决方案1】:

    我更改了两个配置:

    在发布管道中:

    1. mavenrepov2 to MavenRepoV3.
    

    在服务连接中:

    2. Repository URL :  http://servername:8081
    

    现在一切正常

    【讨论】:

      猜你喜欢
      • 2021-06-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-18
      • 2019-04-29
      • 2022-12-05
      • 2023-03-08
      相关资源
      最近更新 更多