get_plugin
Retrieve specific Jenkins plugin details by short name, including dependencies when depth is 2 or higher. Returns the plugin information or none if not found.
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 |
|---|---|---|---|
| depth | No | ||
| short_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |