Nexus 存储库 - Azure DevOps 发布管道

Nexus Repository - Azure DevOps Release Pipeline

我正在尝试借助 Sonatype Nexus Repository Release Artifact.

从 azure devops 发布管道中的 nexus 存储库管理器下载我上传的工件

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

服务连接配置:

错误:

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"/>

谁能帮我找出问题所在?

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

我更改了两个配置:

在发布管道中:

1. mavenrepov2 to MavenRepoV3.

在服务连接中:

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

现在工作正常