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

ID: a7wprn7goz