Skip to main content
Glama

Jenkins MCP Tool

get_build_status

Retrieve Jenkins build status by specifying the server name, job full name, and build number to monitor CI/CD pipeline progress and ensure build integrity.

Instructions

Get the Jenkins build status for the specified build_number.

Args: server_name: Jenkins server name job_full_name: Full job name build_number: Build number Returns: Build status info

Input Schema

NameRequiredDescriptionDefault
build_numberYes
job_full_nameYes
server_nameYes

Input Schema (JSON Schema)

{ "properties": { "build_number": { "title": "Build Number", "type": "integer" }, "job_full_name": { "title": "Job Full Name", "type": "string" }, "server_name": { "title": "Server Name", "type": "string" } }, "required": [ "server_name", "job_full_name", "build_number" ], "title": "get_build_statusArguments", "type": "object" }

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/xhuaustc/jenkins-mcp'

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