jenkins_get_console_log
Retrieve console log output from a Jenkins build. Returns a snippet and the full log for troubleshooting or analysis.
Instructions
Get console log output from a build. Returns both a snippet and full log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Name of the Jenkins job | |
| instance | No | Jenkins instance name (optional — defaults to first configured instance) | |
| buildNumber | No | Build number (optional, defaults to last build) |