Skip to content

Commit defc511

Browse files
authored
Update deploy-jobs.md (#6769)
2 parents ef6500d + 4ba7de0 commit defc511

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/docs/deploy/deploy-jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ You can create a deploy job and configure it to run on [scheduled days and times
3232
- (Optional) **Description** — Provide a description of what the job does (for example, what the job consumes and what the job produces).
3333
- **Environment** — By default, it’s set to the deployment environment you created the deploy job from.
3434
3. Options in the **Execution settings** section:
35-
- **Commands** — By default, it includes the `dbt build` command. Click **Add command** to add more [commands](/docs/deploy/job-commands) that you want to be invoked when the job runs.
36-
- **Generate docs on run** — Enable this option if you want to [generate project docs](/docs/collaborate/build-and-view-your-docs) when this deploy job runs.
37-
- **Run source freshness** — Enable this option to invoke the `dbt source freshness` command before running the deploy job. Refer to [Source freshness](/docs/deploy/source-freshness) for more details.
35+
- [**Commands**](/docs/deploy/job-commands#built-in-commands) — By default, it includes the `dbt build` command. Click **Add command** to add more [commands](/docs/deploy/job-commands) that you want to be invoked when the job runs. During a job run, [built-in commands](/docs/deploy/job-commands#built-in-commands) are "chained" together and if one run step fails, the entire job fails with an "Error" status.
36+
- [**Generate docs on run**](/docs/deploy/job-commands#checkbox-commands) — Enable this option if you want to [generate project docs](/docs/collaborate/build-and-view-your-docs) when this deploy job runs. If the step fails, the job can succeed if subsequent steps pass.
37+
- [**Run source freshness**](/docs/deploy/job-commands#checkbox-commands) — Enable this option to invoke the `dbt source freshness` command before running the deploy job. If the step fails, the job can succeed if subsequent steps pass. Refer to [Source freshness](/docs/deploy/source-freshness) for more details.
3838
4. Options in the **Triggers** section:
3939
- **Run on schedule** — Run the deploy job on a set schedule.
4040
- **Timing** — Specify whether to [schedule](#schedule-days) the deploy job using **Intervals** that run the job every specified number of hours, **Specific hours** that run the job at specific times of day, or **Cron schedule** that run the job specified using [cron syntax](#cron-schedule).

0 commit comments

Comments
 (0)