Skip to main content
Glama

Jenkins MCP Server

by umishra1504

scheduleBuild

Schedule Jenkins builds to run at specific times with optional parameters for automated job execution and workflow management.

Instructions

Schedule a Jenkins build to run at a specific time

Input Schema

NameRequiredDescriptionDefault
jobFullNameYesFull path of the Jenkins job
parametersNoBuild parameters (optional)
scheduleTimeYesTime to schedule the build (e.g., '22:15', '10:30 PM', or full datetime string)

Input Schema (JSON Schema)

{ "properties": { "jobFullName": { "description": "Full path of the Jenkins job", "type": "string" }, "parameters": { "additionalProperties": true, "description": "Build parameters (optional)", "type": "object" }, "scheduleTime": { "description": "Time to schedule the build (e.g., '22:15', '10:30 PM', or full datetime string)", "type": "string" } }, "required": [ "jobFullName", "scheduleTime" ], "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