如何将Nuget工件部署到联系? |无法部署工件:无法传输工件| Nupkg |连结OSS

时间:2020-04-12 12:46:09

标签: .net maven jenkins jenkins-pipeline nexus3

嗨,我是新来的联系者, 尝试通过Jenkins声明性管道将Dotnet工件(nupkg)上传到联系中,但是我收到此消息“部署工件失败:无法传输工件 返回码是:400,ReasonPhrase:Bad Request“

注意:

对于Groupid =组名

我可以将cli推到nexus

我更改了nupkg的版本(即1.0.0-SNAPSHOT)

请帮助?

script {
            nexusArtifactUploader(
                nexusVersion: 'nexus3',
                protocol: 'http',
                nexusUrl: 'home:8081',
                groupId: 'nuget-group',
                version: "1.0.0",
                repository: 'sample',
                credentialsId: 'nexuscred',
                artifacts: [
                    [artifactId: 'myApplication',classifier: 'debug',file: 'Buildfiles.nupkg',type: 'nupkg']

0 个答案:

没有答案