How to: Configure Jenkins timeouts in Deploy

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>

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.