You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/pipelines.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,9 +219,11 @@ You can define multiple external resources in a single pipeline.
219
219
- Large (recommended 5-6 steps)
220
220
221
221
####Set disk space for pipeline builds
222
-
Set the disk space you need for the pipeline's build volume. Configuring the disk space per build volume prevents out-of-space scenarios that lead to failed builds. The disk space set for the pipeline is inherited by all the builds run for the pipeline.
222
+
Set the disk space you need for the pipeline's build volume. Configuring the disk space perpipelinebuild volume prevents out-of-space scenarios that lead to failed builds. The disk space set for the pipeline is inherited by all the builds run for the pipeline.
223
223
224
-
Codefresh calculates the available range according to the disk size, and automatically sets the disk space for the build volume to 70% of the total disk space. You can either retain the default disk space or change as needed.
224
+
Codefresh calculates the available range according to the disk size, and automatically sets the disk space for the build volume to 70% of the total disk space. You can either retain the default allocation or change as needed.
225
+
226
+
>You can also configure the disk space for a[specific trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers) used by the pipeline or for a specific run, and override what's set for the pipeline.
225
227
226
228
1. Select the pipeline for which to set the disk space.
227
229
1. Select**Settings**, and then**Runtime**.
@@ -230,7 +232,7 @@ SCREENSHOT TBD
230
232
231
233
1. Enable**Set minimum required disk space** and either retain the default displayed or change as needed.
232
234
233
-
>You can also configure the disk space for a[specific trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers) used by the pipeline and override the pipeline value, or for a specific run.