JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Connection reset by peer: socket write error #23

Open mattmhersh opened 6 years ago

mattmhersh commented 6 years ago

Publishing artifacts from the agent to the TeamCity Server fails.

Error:

[13:40:51] Publishing artifacts (running for 21m:15s) [13:40:51] [Publishing artifacts] Collecting files to publish: [C:\BuildAgent\temp\buildTmp\coverage8038980754777348497zip\CoverageReport.xml=>.teamcity/.NETCoverage] [13:40:54] [Publishing artifacts] Publishing 1 file using [WebPublisher]: C:/BuildAgent/temp/buildTmp/coverage8038980754777348497zip/CoverageReport.xml => .teamcity/.NETCoverage [13:40:55] [Publishing artifacts] Publishing 1 file using [ArtifactsCachePublisher]: C:/BuildAgent/temp/buildTmp/coverage8038980754777348497zip/CoverageReport.xml => .teamcity/.NETCoverage [13:42:10] [Publishing artifacts] Recoverable problem publishing artifacts (will retry): Connection reset by peer: socket write error

dtretyakov commented 6 years ago

@mattmhersh, the error indicates connectivity problems between TeamCity build agent and server. Please describe how do you start TeamCity build agent and server in your installation.