Skip to content

NXCALS-1176 Adds ssh connection timeout on gradle's ssh plugin

#Merge request template @acc-logging-team - please have a look for approval.

There is an option on 'org.hidetake:gradle-ssh-plugin' that we are using internally on NXCALS project, where you can specify an ssh connection timeout.

This will help us in cases that the target machine is inaccessible and we cannot get a success/deny respond from that machine. Things like that, caused our project build to be in 'stalled mode' for days.

Merge request reports