-
Improvement
-
Resolution: Unresolved
-
Major
-
None
It would be a great addition to the SSH plugin if it would be possible to abort a hanging SSH script or set a timeout.
We've seen scripts hanging and blocking other builds caused by e.g. a SVN command waiting for user input, such as accepting a renewed certificate. That makes the setup fragile as a single hanging script can
block all the others.
Currently aborting from Jenkins does not abourt the script, probably because it is running as a subprocess. Any chance to add an abortion option to the SSH plugin?