jenkins_get_node_status
Retrieve the status of a specific node in a Jenkins CI/CD build by providing the application name, build number, and node ID. Simplify pipeline monitoring and troubleshooting.
Instructions
Obtener el estado de un nodo específico de un build
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 | |
nodeId | Yes | ID del nodo |