maven .zip将错误302发布或上传到jfrog artifactory

时间:2016-06-09 10:25:45

标签: maven jenkins

Jenkins无法使用通用神器将.zip文件上传到jfrog。不确定我错过了什么。

发现了1件文物

无法部署文件:HTTP响应代码:302。HTTP响应消息:找到     在hudson.FilePath.act(FilePath.java:986)     在hudson.FilePath.act(FilePath.java:968)     at org.jfrog.hudson.generic.GenericArtifactsDeployer.deploy(GenericArtifactsDeployer.java:80)     at org.jfrog.hudson.generic.ArtifactoryGenericConfigurator $ 1.tearDown(ArtifactoryGenericConfigurator.java:340)     在hudson.model.Build $ BuildExecution.doRun(Build.java:173)     在hudson.model.AbstractBuild $ AbstractBuildExecution.run(AbstractBuild.java:534)     在hudson.model.Run.execute(Run.java:1738)     在hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)     在hudson.model.ResourceController.execute(ResourceController.java:98)     在hudson.model.Executor.run(Executor.java:410) 引起:java.io.IOException:无法部署文件:HTTP响应代码:302。HTTP响应消息:找到     at org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.throwHttpIOException(ArtifactoryBuildInfoClient.java:743)     在org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.uploadFile(ArtifactoryBuildInfoClient.java:623)     在org.jfrog.build.extractor.clientConfiguration.client.ArtifactoryBuildInfoClient.deployArtifact(ArtifactoryBuildInfoClient.java:329)     at org.jfrog.hudson.generic.GenericArtifactsDeployer $ FilesDeployerCallable.deploy(GenericArtifactsDeployer.java:181)     at org.jfrog.hudson.generic.GenericArtifactsDeployer $ FilesDeployerCallable.invoke(GenericArtifactsDeployer.java:153)     at org.jfrog.hudson.generic.GenericArtifactsDeployer $ FilesDeployerCallable.invoke(GenericArtifactsDeployer.java:121)     at hudson.FilePath $ FileCallableWrapper.call(FilePath.java:2719)     在hudson.remoting.UserRequest.perform(UserRequest.java:120)     在hudson.remoting.UserRequest.perform(UserRequest.java:48)     在hudson.remoting.Request $ 2.run(Request.java:326)     在hudson.remoting.InterceptingExecutorService $ 1.call(InterceptingExecutorService.java:68)     at java.util.concurrent.FutureTask.run(FutureTask.java:266)     在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)     at java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:617)     在hudson.remoting.Engine $ 1 $ 1.run(Engine.java:62)     在java.lang.Thread.run(Thread.java:745)     在...远程调用mesos-jenkins-fa74d0edd0b147ac9fe44a9d7655e401-alm_mesos_cloud(原生方法)     在hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)     在hudson.remoting.UserResponse.retrieve(UserRequest.java:220)     在hudson.remoting.Channel.call(Channel.java:781)     在hudson.FilePath.act(FilePath.java:979)     ... 9更多

1 个答案:

答案 0 :(得分:0)

上面的问题解决了似乎我使用了错误的神器URL,但仍然错误消息没有指向确切的错误

但我现在认为这个问题已接近