简体   繁体   English

Azure DevOps - 发布管道任务抛出 Http 超时异常

[英]Azure DevOps - Publish pipeline task throwing Http timeout exception

I am getting Http timeout exception while using Azure DevOps - PublishPipelineArtifact task.使用 Azure DevOps - PublishPipelineArtifact 任务时出现 Http 超时异常。 This task was working perfect till yesterday morning but suddenly getting error all night after trying for multiple attempts also.这项任务一直工作到昨天早上都很完美,但在尝试多次尝试后突然整晚都出错。 Can someone help please ?有人可以帮忙吗?

Task used below:下面使用的任务:

version:1.2.3 Publish File size: Few bytes only版本:1.2.3 发布文件大小:仅几个字节

- publish: $(System.DefaultWorkingDirectory)/bin/WebApp
  artifact: WebApp

Exception:例外:

Uploading pipeline artifact from /home/vsts/work/1/s/coverage for build #1773

Information, ApplicationInsightsTelemetrySender will correlate events with X-TFS-Session 71dd2ca5-fba3-42dc-bcae-5d90c107c066

Information, DedupManifestArtifactClient will correlate http requests with X-TFS-Session 71dd2ca5-fba3-42dc-bcae-5d90c107c066

Information, 1 files to be processed in 1 groups.

Information, 1 out of 1 files processed (Group: 1/1)

Information, Processed 1 files from /home/vsts/work/1/s/coverage successfully.

Information, Uploading 1 files from: /home/vsts/work/1/s/coverage

Information, Uploaded 0.0 MB out of 0.3 MB.

Information, Uploaded 0.0 MB out of 0.3 MB.

Information, Uploaded 0.0 MB out of 0.3 MB.


Information, Uploaded 0.0 MB out of 0.3 MB.

Information, Uploaded 0.0 MB out of 0.3 MB.

Information, ArtifactHttpRetryMessageHandler.SendAsync: https://vsblobprodsu6weu.vsblob.visualstudio.com/A1b625a1a-423a-4874-bccf-3e37eef5432a/_apis/dedup/nodes/A21A6CD7D48BAA32CF50EB0E9E180F56C7472AC5F075DFD53C4483EA4BB8A88A02 attempt 1/6 failed with TimeoutException: 'The HTTP request timed out after 00:00:50.'

Information, Uploaded 0.0 MB out of 0.3 MB.

Information, Uploaded 0.0 MB out of 0.3 MB.

The issue was caused by this accident in UK South region.问题是由英国南部地区的这起事故引起的。 Now is fine.现在好了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM