Skip to main content
Glama

MCP-Jenkins

by gcorroto

jenkins_start_job

Launch a Jenkins job for a specific application and Git branch using the MCP-Jenkins server. Simplify CI/CD pipeline management by triggering builds directly.

Instructions

Iniciar un job de Jenkins con una rama específica

Input Schema

NameRequiredDescriptionDefault
appYesNombre de la aplicación
branchYesRama de Git a construir

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "Nombre de la aplicación", "type": "string" }, "branch": { "description": "Rama de Git a construir", "type": "string" } }, "required": [ "app", "branch" ], "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/gcorroto/mcp-jenkins'

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