Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/docs/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ A pipeline's jobs are listed under [`pipeline.jobs`](pipelines/index.md#pipeline
_Default `false`_. If set to `true`, manual triggering of the job (via the web UI or
[`fly trigger-job`](#fly-trigger-job)) will be disabled.

??? info "`disable_reruns`: [`boolean`](config-basics.md#boolean-schema)"

### `disable_reruns`
_Default `false`_. If set to `true`, rerunning builds of the job (via the
web UI or [`fly rerun-build`](#fly-rerun-build)) will be disabled.

??? info "`interruptible`: [`boolean`](config-basics.md#boolean-schema)"

### `interruptible`
Expand Down