trigger_build
Trigger a Jenkins build with custom parameters and optionally notify a Slack channel about the result.
Instructions
Trigger a Jenkins build with parameters. Sends Slack DM if configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Build parameters as key-value pairs (e.g. {"BRANCH": "main"}) | |
| jobName | Yes | Jenkins job name | |
| notifyChannel | No | Slack channel to notify (optional, e.g. #deployments) |