Jenkins Server MCP

trigger_build

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