demo4_start_pipeline
Start a 12-step build pipeline for any project, with configurable step delays or failure injection. Poll progress updates to monitor the pipeline.
Instructions
Start a long-running build pipeline with 12 steps. Returns progress updates as the task runs. Use demo4_check_progress to poll status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name | acme-app |
| stepDelayMs | No | Delay between steps in ms (for demo pacing) | |
| failAtStep | No | Inject failure at this step (0 = no failure) |