Issue
Importing or deploying packages results in socket timeouts:
Caused by: java.net.SocketTimeoutException: Read timed out
Workaround/Resolution
Configure Jenkins read timeouts in ext\synthetic.xml with the following lines then restart:
On the Deploy GUI go to task type Jenkins Server and configure the timeout values.
<type-modification type="jenkins.Server">
<property name="retryCount" kind="integer" category="Build" required="false" default="3"
hidden="false"
description="Number of retries connection with jenkins"/>
<property name="retryWaitingTime" kind="integer" category="Build" required="false" default="20"
hidden="false"
description="Waiting time for retry in sec"/>
</type-modification>
Comments
Please sign in to leave a comment.