jenkins_get_coverage_paths
Retrieve file paths with coverage data for a specified application and build number in Jenkins CI/CD pipelines. Input app name, build number, and optional branch to streamline coverage analysis.
Instructions
Obtener todos los paths de archivos con cobertura
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app | Yes | Nombre de la aplicación | |
branch | No | Rama de Git (por defecto: main) | |
buildNumber | Yes | Número del build |