analyze_build_log
Analyze Jenkins build logs using dedicated parsers for Maven, Gradle, and NPM to identify and detail errors. Supports summary or full output.
Instructions
Analyze build logs with build tool-specific parsers (Maven, Gradle, NPM) for detailed error analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| number | No | Build number or 'last' | last |
| build_tool | No | Build tool (maven, gradle, npm) or auto-detect | |
| max_bytes | No | Maximum log bytes to analyze | |
| format | No | Output format | summary |