This plugin allows you to manage slaves running on *nix machines over SSH.
SSH Slaves plugin
This plugin allows you to manage slaves running on *nix machines over SSH. 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.
Version History
Version 0.2 (14/06/2008)
- Tidy-ups and i18n enabling the plugin
Version 0.1 (09/06/2008)