Jenkins MCP

get_build_status

Get build status

Args: job_name: Name of the job build_number: Build number to check, defaults to latest Returns: Build information dictionary

Input Schema

NameRequiredDescriptionDefault
build_numberNo
job_nameYes

Input Schema (JSON Schema)

{ "properties": { "build_number": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Build Number" }, "job_name": { "title": "Job Name", "type": "string" } }, "required": [ "job_name" ], "title": "get_build_statusArguments", "type": "object" }

You must be authenticated.

Other Tools