Jobs
Overview
A job runs your repos on novem's infrastructure: a chain says what to run, a schedule says when, and every execution is recorded as a run you can inspect.
AI assisted, human approved — novem uses AI to review and keep our documentation up to date.
Jobs live under /v1/code/jobs/:job and the pages here cover their moving
parts: Chains bind repo images into a pipeline,
Schedule triggers the pipeline on a cron
expression, Config holds the job's settings,
and Runs records every execution with its log,
output, stats and status. For a worked end-to-end example see the
jobs guide.