-
Bug
-
Resolution: Duplicate
-
Minor
-
Jenkins 2.7.4
Pipeline: Nodes and Processes 2.10
Running a pipeline build runs successfully. However in the console output I receive multiple lines in a row saying:
Cannot contact <slave>: java.io.IOException: Remote call on <slave> failed
Cannot contact <slave>: java.io.IOException: Remote call on <slave> failed
Cannot contact <slave>: java.io.IOException: Remote call on <slave> failed
Cannot contact <slave>: java.io.IOException: Remote call on <slave> failed
Until it eventually does connect and continues with the build steps. This output seems to occur more than once throughout the build (roughly 4 times for this particular job). The job ends up finishing successfully so this output doesn't seem to affect the build process.
- duplicates
-
JENKINS-42428 Jenkins master throwing java.io.IOException when running pipeline in swarm client
- Open