Guides
Jobs
Monitor builds, analysis runs, and background tasks
Jobs are background tasks created by workflows — builds, AI scans, code reviews, and more. Find them in the Jobs tab on any service.
Job States
| State | Meaning |
|---|---|
waiting | Queued, not yet started |
running | Currently executing |
successful | Completed without errors |
error | Failed — check logs for details |
cancelled | Stopped by a user |
View Logs
Click on any job to see its full logs and metadata. Use timestamps and status transitions to trace what happened.
Cancel a Job
Jobs in waiting or running state can be cancelled:
- Open the job
- Click Cancel
Retry a Failed Job
Jobs in error or cancelled state can be retried:
- Open the job
- Click Retry
- A new job is created with the same parameters
Check the logs before retrying to understand what went wrong.