get_plugin
Retrieve detailed information for a Jenkins plugin, including its dependencies, by providing the plugin's short name.
Instructions
Get a specific plugin from Jenkins
Contains detailed information about the plugin, including dependencies when depth >= 2.
Args: short_name: The short name of the plugin depth: The depth of the information to retrieve. Default is 2 (includes dependencies).
Returns: The plugin details, or None if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_name | Yes | ||
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |