Skip to main content
Glama

Jenkins Server MCP

by hekmon8

trigger_build

Initiate a Jenkins build by specifying the job path and optional parameters using the MCP Jenkins Server, enabling automated CI/CD workflows.

Instructions

Trigger a new Jenkins build

Input Schema

NameRequiredDescriptionDefault
jobPathYesPath to the Jenkins job
parametersYesBuild parameters (optional)

Input Schema (JSON Schema)

{ "properties": { "jobPath": { "description": "Path to the Jenkins job", "type": "string" }, "parameters": { "additionalProperties": true, "description": "Build parameters (optional)", "type": "object" } }, "required": [ "jobPath", "parameters" ], "type": "object" }

You must be authenticated.

Other Tools from Jenkins Server MCP

Related Tools

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/hekmon8/Jenkins-server-mcp'

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