emergent_wait_for_build
Need to know when your build finishes? Poll the job until it completes, fails, or times out to get the result after creating a project.
Instructions
Poll a job until it completes (or fails/times out). Use after emergent_create_project to wait for the build to finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID to monitor | |
| timeoutMinutes | No | Max wait time in minutes (default: 20) |