jenkins_get_build_log
Fetch a Jenkins build's console log to inspect execution details, truncating output when it exceeds the configured byte limit.
Instructions
Get consoleText for a build, truncated by JENKINS_MCP_MAX_LOG_BYTES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | Yes | ||
| build | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes |