jenkins_stop_job
Stop a running Jenkins job by specifying the application name and build number. Use this tool to halt ongoing CI/CD pipeline executions in Jenkins.
Instructions
Detener un job de Jenkins en ejecución
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Nombre de la aplicación | |
| buildNumber | Yes | Número del build a detener | |
| branch | No | Rama de Git (por defecto: main) |