Skip to main content
Glama

Jenkins MCP Server

by umishra1504

updateBuild

Modify Jenkins build display names and descriptions to maintain accurate tracking and documentation of build processes.

Instructions

Update build display name and/or description

Input Schema

NameRequiredDescriptionDefault
buildNumberNoBuild number (optional, defaults to last build)
descriptionNoNew description for the build
displayNameNoNew display name for the build
jobFullNameYesFull path of the Jenkins job

Input Schema (JSON Schema)

{ "properties": { "buildNumber": { "description": "Build number (optional, defaults to last build)", "type": "integer" }, "description": { "description": "New description for the build", "type": "string" }, "displayName": { "description": "New display name for the build", "type": "string" }, "jobFullName": { "description": "Full path of the Jenkins job", "type": "string" } }, "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