jenkins_get_coverage_paths
Retrieve file paths with coverage data from Jenkins builds to analyze test coverage reports for specific applications and build numbers.
Instructions
Obtener todos los paths de archivos con cobertura
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Nombre de la aplicación | |
| buildNumber | Yes | Número del build | |
| branch | No | Rama de Git (por defecto: main) |