Jenkins MCP

trigger_build

Trigger a Jenkins build

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

NameRequiredDescriptionDefault
job_nameYes
parametersNo

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" }

You must be authenticated.

Other Tools