Skip to main content
Glama

MCP-Jenkins

by gcorroto

jenkins_get_coverage_lines

Retrieve code coverage lines for a specific file from Jenkins CI/CD pipelines using application name, build number, and file path. Facilitates detailed coverage analysis for targeted files.

Instructions

Obtener líneas de cobertura de un archivo específico

Input Schema

NameRequiredDescriptionDefault
appYesNombre de la aplicación
branchNoRama de Git (por defecto: main)
buildNumberYesNúmero del build
pathYesRuta del archivo

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 (por defecto: main)", "type": "string" }, "buildNumber": { "description": "Número del build", "type": "number" }, "path": { "description": "Ruta del archivo", "type": "string" } }, "required": [ "app", "buildNumber", "path" ], "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