... {hudson-plugin-info:ssh-slaves}
h1. SSH Slaves plugin
{excerpt}This plugin allows you to manage slaves running on \*nix machines over SSH.{excerpt} It adds a new type of slave launch method. This launch method will * Open a SSH connection to the specified host as the specified username. * Checks the default version of java for that user. * \[not implemented yet\] If the default version is not compatible with Hudson's slave.jar, tries to find a version of java that is. * Once it has a suitable version of java, copies the latest slave.jar via SFTP. * Starts the slave process.
h1. Version History |
... * Add ability to customize javapath option for slave
h3. Version 0.14 (Nov 2, 2010)
* Delete file via ssh if SFTP is not available ([7006@issue])
h3. Version 0.13 (Aug 13, 2010)
* Added Japanese localization. * Fixed deprecated api.
h3. Version 0.12 (June 1, 2010)
* Avoid "password argument is null" error ([6620@issue]) * Version check of JDKs was broken in locales that don't use '.' as the floating point separator ([6441@issue]) * If SFTP is not available on the slave, use SCP ([6239@issue]) * Hudson fails to detect JVM versions when loading older data ([4856@issue])
h3. Version 0.10 (May 2, 2010)
* Launcher was storing password in plaintext ([5363@issue]) * Check node properties for JAVA_HOME and JDK tool path when locating java ([5412@issue]) * Support for openjdk 7 ([6005@issue])
h3. Version 0.9 (December 9, 2009)
* JDK auto installation works on Windows+MKS environment ([report|http://n4.nabble.com/failed-to-install-jdk-td931760.html#a931760])
h3. Version 0.8 (October 23, 2009)
* Allow OpenJDK in Java discovery ([report|http://www.nabble.com/failure-to-detect-JDK-on-FreeBSD-7.2-AMD64-td25057204.html]) * Added a fool-proof check to detect a garbage in SSH exec session to avoid SFTP packet length problem ([report|http://www.nabble.com/cannot-start-mac-slave-after-upgrade-tp25827213p25897094.html])
h3. Version 0.7 (July 27, 2009)
* Supports private keys in the PuTTY format. * Fixed possible NPE ([report|http://www.nabble.com/issue-with-ssh-slave-upgrading-to-1.317-%28failed-to-connect-to-ssh--slaves%29-to24658551.html])
h3. Version 0.6 (July 20, 2009)
* Improved the error reporting if the plugin fails to find usable Java implementation ([report|http://www.nabble.com/Can%27t-find-supported-java-version-td24577141.html]) * User name can be now omitted, which defaults to the user that's running the Hudson master.
h3. Version 0.5 (April 28, 2009)
* Added support for specifying the Slave JVM options
h3. Version 0.4 (February 2, 2009)
* Unknown
h3. Version 0.3 (January 30, 2009)
* Unknown
h3. Version 0.2 (June 14, 2008)
* Tidy-ups and i18n enabling the plugin
h3. Version 0.1 (June 9, 2008)
* Initial release
|