Jenkins : JSch Plugin

Plugin Information

View JSch dependency on the plugin site for more information.

JSch Plugin

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.

Usage

TODO sample code for usage

Changelog

Version 0.1.55.1 (July 29, 2019)

  • Minor POM updates for clarity and consistency
  • No functionality changes

Version 0.1.55 (Jan 9, 2019)

  • Update JSch dependency to 0.1.55
  • Update dependencies

Version 0.1.54.2 (Feb 16, 2018)

  • JENKINS-49584 - Prevent warning from Plugin Manager when dynamically loading the plugin
  • Update minimum Jenkins core requirement to 1.625.3

Version 0.1.54.1 (Nov 24, 2016)

  • Update JSch dependency to 0.1.54
  • Support for SSH Credentials

Version 0.1.42 (Oct 5, 2016)

  • Initial release with JSch version 0.1.42