Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
The plugin currently recommends that your Hudson startup script run something like
killall Xvnc
rm -fv /tmp/.X*-lock /tmp/.X11-unix/X*
It should rather offer to do this itself when initialized. Could be a checkbox
in plugin global config (off by default), with an editable command.
May be difficult in the presence of slaves - would need to run this command on a
slave when it is brought online. Is there a hook for that?