Skip to main content
Glama

Jenkins Server MCP

by hekmon8

get_build_log

Retrieve the console output of a Jenkins build by specifying the job path and build number, ensuring easy access to build details and logs for debugging and monitoring.

Instructions

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 from Jenkins Server MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hekmon8/Jenkins-server-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server