Skip to main content
Glama

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

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/kjozsa/jenkins-mcp'

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