Jenkins Server MCP

by hekmon8

get_build_status

Check the status of a Jenkins build by providing the job path and build number. Use 'lastBuild' to retrieve the most recent build status, enabling efficient monitoring of CI/CD pipelines.

Instructions

Get the status of a Jenkins build

Input Schema

NameRequiredDescriptionDefault
buildNumberNoBuild number (use "lastBuild" for most recent)
jobPathYesPath to the Jenkins job (e.g., "view/xxx_debug")

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Jenkins Server MCP

Related Tools

ID: a7wprn7goz