Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/ssh-agents-plugin
SSH Build Agents Plugin for Jenkins
https://github.com/jenkinsci/ssh-agents-plugin
jenkins-agent jenkins-plugin ssh
Last synced: 3 months ago
JSON representation
SSH Build Agents Plugin for Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/ssh-agents-plugin
- Owner: jenkinsci
- License: mit
- Created: 2010-12-13T05:56:44.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T21:25:17.000Z (7 months ago)
- Last Synced: 2024-05-02T06:04:27.481Z (6 months ago)
- Topics: jenkins-agent, jenkins-plugin, ssh
- Language: Java
- Homepage: https://plugins.jenkins.io/ssh-slaves
- Size: 1.73 MB
- Stars: 104
- Watchers: 99
- Forks: 133
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
SSH Build Agents Plugin for Jenkins
=========================[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/ssh-slaves.svg)](https://plugins.jenkins.io/ssh-slaves)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/ssh-agents-plugin.svg?label=changelog)](https://github.com/jenkinsci/ssh-agents-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/ssh-slaves.svg?color=blue)](https://plugins.jenkins.io/ssh-slaves)Provides a means to launch agents via SSH.
## Documentation
* [Configure guide](doc/CONFIGURE.md)
* [Troubleshooting guide](doc/TROUBLESHOOTING.md)
* [Using the plugin with Cygwin on Windows](doc/CYGWIN.md)## Changelog
* For 1.30.0 and newer versions, see [GitHub Releases](https://github.com/jenkinsci/ssh-agents-plugin/releases)
* For previous versions, see [this file](./CHANGELOG.md)## Notes
This plugin is formerly known as "SSH Slaves Plugin".
It was renamed in [1.31.0](https://github.com/jenkinsci/ssh-agents-plugin/releases/tag/ssh-slaves-1.31.0), but the plugin ID was retained as `ssh-slaves` to retain compatibility for the plugin users.