Skip to main content
Glama

Jenkins MCP Server

by umishra1504

cancelQueuedBuild

Cancel pending Jenkins builds before execution to free resources and manage queue efficiently by specifying job name and optional queue ID.

Instructions

Cancel a pending/queued Jenkins build that hasn't started yet

Input Schema

NameRequiredDescriptionDefault
jobFullNameYesFull path of the Jenkins job
queueIdNoSpecific queue item ID to cancel (optional, cancels all queued items for the job if not provided)

Input Schema (JSON Schema)

{ "properties": { "jobFullName": { "description": "Full path of the Jenkins job", "type": "string" }, "queueId": { "description": "Specific queue item ID to cancel (optional, cancels all queued items for the job if not provided)", "type": "integer" } }, "required": [ "jobFullName" ], "type": "object" }

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/umishra1504/Jenkins-mcp-server'

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