-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
-
Using Hudson v1.372 running on openSuSE 11.2 with virtualbox plugin 0.2.1, with VirtualBox Version 3.2.8 r64453. Using firefox web browser.
On slave status page, Jnlp launch options and control button are not available for VirtualBox slave. Options are available for non-VirtualBox slave:
-------------------------------------------------------------------
Slave Non-Vbox
Connect slave to Hudson one of these ways:
##"launch agent" button# Launch agent from browser on slave
*
Run from slave command line:
javaws http://hudson:8080/hudson/computer/Non-Vbox/slave-agent.jnlp
*
Or if the slave is headless:
java -jar slave.jar -jnlpUrl http://hudson:8080/hudson/computer/Non-Vbox/slave-agent.jnlp
-----------------------------------------------------------------------------------------------------
Options are not available for Virtualbox slave:
------------------------------------------------------------------------------------------------------
Slave Vbox-slave
This node is offline because Hudson failed to launch the slave agent on it. See log for more details
##"Launch slave agent" button##
-----------------------------------------------------------------------------------------------------
Please make these jnlp options available on virtualbox slaves.