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
trigger_build
Trigger a Jenkins build
Copy
Args: job_name: Name of the job to build parameters: Optional build parameters as a dictionary (e.g. {"param1": "value1"}) Returns: Dictionary containing build information including the build number
Input Schema
Name
Required
Description
Default
job_name
Yes
parameters
No
Input Schema (JSON Schema)
{ "properties": { "job_name": { "title": "Job Name", "type": "string" }, "parameters": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Parameters" } }, "required": [ "job_name" ], "title": "trigger_buildArguments", "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
get_build_status
list_jobs
trigger_build