Jenkins MCP

by kjozsa

trigger_build

Initiate a Jenkins build by specifying the job name and optional parameters. Returns build details including the build number for tracking and integration purposes.

Instructions

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 from Jenkins MCP

Related Tools

ID: 7j3zk84u5p