Rock8Cloud
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

StateMeaning
waitingQueued, not yet started
runningCurrently executing
successfulCompleted without errors
errorFailed — check logs for details
cancelledStopped 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:

  1. Open the job
  2. Click Cancel

Retry a Failed Job

Jobs in error or cancelled state can be retried:

  1. Open the job
  2. Click Retry
  3. A new job is created with the same parameters

Check the logs before retrying to understand what went wrong.

On this page