Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jenkins MCP
Claim
by
kjozsa
GitHub
Developer Tools
OS Automation
Monitoring
Python
4
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
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
Name
Required
Description
Default
build_number
No
job_name
Yes
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" }
Install Server
You must be
authenticated
.
Other Tools
get_build_status
list_jobs
trigger_build
Copy