Jenkins Server MCP

get_build_log

Get the console output of a Jenkins build

Input Schema

NameRequiredDescriptionDefault
buildNumberYesBuild number (use "lastBuild" for most recent)
jobPathYesPath to the Jenkins job

Input Schema (JSON Schema)

{ "properties": { "buildNumber": { "description": "Build number (use \"lastBuild\" for most recent)", "type": "string" }, "jobPath": { "description": "Path to the Jenkins job", "type": "string" } }, "required": [ "jobPath", "buildNumber" ], "type": "object" }

You must be authenticated.

Other Tools