Skip to content

Commit c5c3c09

Browse files
committed
docs: document permit_restart_from_failed_steps_use_account_settings
1 parent 4f10ee5 commit c5c3c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/resources/pipeline.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ Optional:
132132
- `external_resource` (Block List) (see [below for nested schema](#nestedblock--spec--external_resource))
133133
- `options` (Block List, Max: 1) The options for the pipeline. (see [below for nested schema](#nestedblock--spec--options))
134134
- `pack_id` (String) SAAS pack (`5cd1746617313f468d669013` for Small; `5cd1746717313f468d669014` for Medium; `5cd1746817313f468d669015` for Large; `5cd1746817313f468d669017` for XL; `5cd1746817313f468d669018` for XXL); `5cd1746817313f468d669020` for 4XL).
135-
- `permit_restart_from_failed_steps` (Boolean) Defines whether it is permitted to restart builds in this pipeline from failed step. Defaults to true
135+
- `permit_restart_from_failed_steps` (Boolean) Defines whether it is permitted to restart builds in this pipeline from failed step (default: `true`).
136+
- `permit_restart_from_failed_steps_use_account_settings` (Boolean) Defines whether `permit_restart_from_failed_steps` should be set to “Use account settings” (default: `false`). If set, `permit_restart_from_failed_steps` will be ignored.
136137
- `priority` (Number) Helps to organize the order of builds execution in case of reaching the concurrency limit (default: `0`).
137138
- `required_available_storage` (String) Minimum disk space required for build filesystem ( unit Gi is required).
138139
- `runtime_environment` (Block List) The runtime environment for the pipeline. (see [below for nested schema](#nestedblock--spec--runtime_environment))

0 commit comments

Comments
 (0)