Wiki

Clone wiki

bamboo-ssh-plugin / Home

Bamboo SSH Plugin

Uses Java SSH client to provide password support to execute shell commands on a remote linunx server.

Bamboo SSH Plugin Features

  • Passwords never shown in logs or command history
  • executes any number of commands
  • timeout limit for remote commands
  • password stored as encrypted strings

Caution

This plugin allows build managers to execute any code that the remote user is capable of.

Issues

Please search and submit problems or questions in https://eddiewebb.atlassian.net/browse/BSST

Documentation

THis wiki has been deprecated in favor of https://eddiewebb.atlassian.net/wiki/display/BSST

Developers

Contributing / Testing / Modifying

  1. Download and install the Atlassian SDK if you ahve not already
  2. Checkout the code
$ git clone https://bitbucket.org/eddiewebb/bamboo-ssh-plugin.git
  1. IDE-ify your project (optional)
$ cd bamboo-ssh-plugin
$ atlas-mvn eclipse:eclipse
  1. Launch the plugin with Bamboo locally
atlas-run

Updated