https://github.com/jenkinsci/trilead-api-plugin
A Jenkins plugin to provide access to the Trilead SSH library
https://github.com/jenkinsci/trilead-api-plugin
jenkins jenkins-api-plugin jenkins-plugin ssh trilead trilead-library
Last synced: about 1 year ago
JSON representation
A Jenkins plugin to provide access to the Trilead SSH library
- Host: GitHub
- URL: https://github.com/jenkinsci/trilead-api-plugin
- Owner: jenkinsci
- Created: 2017-04-17T17:20:47.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:50:52.000Z (about 1 year ago)
- Last Synced: 2025-04-09T17:47:20.178Z (about 1 year ago)
- Topics: jenkins, jenkins-api-plugin, jenkins-plugin, ssh, trilead, trilead-library
- Homepage: https://plugins.jenkins.io/trilead-api/
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Trilead API Plugin
A similar concept to the bouncycastle-api-plugin, this plugin provides the Trilead library to any dependent plugins in
an easily update-able manner.
Prior to this plugin being introduced, Trilead was bundled in Jenkins core and either required all plugins use the version
in core; or that plugins bundle Trilead and mask the Trilead classes, and potentially end up with broken compatibilties
between plugins.
Users should not generally need to install this plugin directly as it provides no extended features for Jenkins, instead
it should be installed as a dependency of other plugins that require access to Trilead classes, normally for performing
SSH client activities.