Skip to main content
Glama

Jenkins MCP Server

by umishra1504

triggerBuild

Trigger Jenkins job builds programmatically by specifying job path and optional parameters to automate CI/CD workflows through natural language commands.

Instructions

Trigger a build for a Jenkins job

Input Schema

NameRequiredDescriptionDefault
jobFullNameYesFull path of the Jenkins job (e.g., "folder/job-name")
parametersNoBuild parameters (optional)

Input Schema (JSON Schema)

{ "properties": { "jobFullName": { "description": "Full path of the Jenkins job (e.g., \"folder/job-name\")", "type": "string" }, "parameters": { "additionalProperties": true, "description": "Build parameters (optional)", "type": "object" } }, "required": [ "jobFullName" ], "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/umishra1504/Jenkins-mcp-server'

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