0

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

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

服务连接配置:

Sonatype 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

4

1 回答 1

0

我改变了两个配置:

在发布管道中:

1. mavenrepov2 to MavenRepoV3.

在服务连接中:

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

现在它工作正常

发布管道配置

于 2021-10-27T11:06:11.280 回答