Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit056ba60

Browse files
committed
Update pipelines.md
1 parent37c6b8c commit056ba60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎_docs/configure-ci-cd-pipeline/pipelines.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ You can define multiple external resources in a single pipeline.
219219
- Large (recommended 5-6 steps)
220220

221221
####Set minimum disk space for a pipeline build
222-
To speed up builds and improve performance, Codefresh caches different types of data during pipeline execution for reuse across builds. Image-caching is one example of cached data, where Codefresh pulls the required imagesduring the first build and cachesit for reuse in future builds. For more info, see[Pipeline caching]({{site.baseurl}}docs/configure-ci-cd-pipeline/pipeline-caching).
222+
To speed up builds and improve performance, Codefresh caches different types of data during pipeline execution for reuse across builds. Image-caching is one example of cached data, where Codefresh pulls the required images during the first build and cachesthem for reuse in future builds. For more info, see[Pipeline caching]({{site.baseurl}}docs/configure-ci-cd-pipeline/pipeline-caching).
223223
Because a portion of the disk space is already utilized by cache, a build can run out of disk space and fail with the 'no space left on device' error.
224224

225-
To prevent out-of-space scenarios that lead to failed builds, you can set the minimum disk space you need for the pipeline's build volume. Defining the minimum disk space ensures that Codefreshallocates the designateddisk space at the start of thespecificbuild without cached data.
225+
To prevent out-of-space scenarios that lead to failed builds, you can set the minimum disk space you need for the pipeline's build volume. Defining the minimum disk space ensures that Codefreshassigns either a cacheddiskwith sufficient diskspaceor a new empty diskat the start of the build.
226226

227227
The disk space set for the pipeline is inherited by all the builds run for the pipeline.
228228
You can also configure the disk space for a[specific trigger]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/#set-minimum-disk-space-for-build-volume-by-trigger) used by the pipeline or for a specific run, and override what's set for the pipeline.
@@ -241,7 +241,8 @@ caption="Set disk space for pipeline builds"
241241
max-width="60%"
242242
%}
243243

244-
244+
>Track the actual disk usage in Builds > Metrics.
245+
245246
##Using Pipeline Templates
246247

247248
Codefresh also supports the creation of pipeline "templates" which are blueprints for creating new pipelines. To enable the creation of pipelines from templates first visit the global pipeline configuration at[https://g.codefresh.io/account-admin/account-conf/pipeline-settings](https://g.codefresh.io/account-admin/account-conf/pipeline-settings) and toggle the*Enable Pipeline Templates* button.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp