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

frebpwbc  于 2023-08-07  发布在  其他
关注(0)|答案(1)|浏览(106)

我在使用Azure DevOps时遇到Http超时异常- PublishPipelineArtifact任务。这个任务一直完美地工作到昨天早上,但在尝试多次尝试后,突然整晚都出现错误。有人能帮帮忙吗?
下面使用的任务:
版本:1.2.3发布文件大小:只有几个字节

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

字符串
例外情况:

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.

dxpyg8gm

dxpyg8gm1#

该问题是由英国南部地区的accident引起的。现在就可以

相关问题