https://github.com/jenkinsci/jsch-plugin
Jenkins plugin that brings the JSch library as a plugin dependency
https://github.com/jenkinsci/jsch-plugin
jenkins-api-plugin jenkins-plugin
Last synced: over 1 year ago
JSON representation
Jenkins plugin that brings the JSch library as a plugin dependency
- Host: GitHub
- URL: https://github.com/jenkinsci/jsch-plugin
- Owner: jenkinsci
- License: mit
- Created: 2014-10-05T07:05:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T15:33:59.000Z (over 1 year ago)
- Last Synced: 2025-02-24T16:40:41.356Z (over 1 year ago)
- Topics: jenkins-api-plugin, jenkins-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/jsch
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# JSch Jenkins Plugin
[](https://plugins.jenkins.io/jsch)
[](https://plugins.jenkins.io/jsch)
This plugin provides a shared dependency on the `com.jcraft:jsch` JAR -
using this plugin will eliminate the classloader problems caused by
having multiple copies of jsch loaded.**This plugin is not meant to be
used by end users by itself.**
It's supposed to be included through the dependencies of other plugins,
which want to use JSch library with support for SSH Credentials plugin.
## Version History
Please refer to [the changelog](CHANGELOG.md).