Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ssh-slaves-plugin
-
Labels:None
-
Environment:- Jenkins Version: v2.138.1
- SSH Slaves Plugin: v1.28.1
- Jenkins Master: Windows 7 (x64), running Oracle JDK 1.8.0-181
- Jenkins Agents: Linux (x64)
-
Similar Issues:
-
Released As:ssh-slaves-1.29.2
Description
In SSH Slaves Plugin v1.28.1 it's no longer possible to set the max. number of retries and retry wait time to 0. The Agent configuration UI accepts the 0 but silently changes it back to the default values (that are 10 respectively 15).
The change has been introduced with f68802b78084bee36f1fd8ab074178875b381063, related to JENKINS-52739 (included in v1.27). It worked previously in v1.26.
Attachments
Issue Links
- relates to
-
JENKINS-52739 Threads leaked when machine unavailable
-
- Resolved
-
- links to
What is the use case to do not try at least one time to reconnect to the agent?