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

Commitf0c2455

Browse files
authored
Merge pull request#521 from codefresh-io/classic-config-disk-space
Update with disk space
2 parentsbc65aa3 +ec7155f commitf0c2455

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

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

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

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 pipeline 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.
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 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/#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.
227+
228+
1. Select the pipeline for which to set the disk space.
229+
1. Select**Settings**, and then**Runtime**.
230+
<!---add screenshot-->
231+
1. Enable**Set minimum required disk space** and either retain the default displayed or change as needed.
232+
233+
234+
221235
##Using Pipeline Templates
222236

223237
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.

‎_docs/configure-ci-cd-pipeline/triggers/git-triggers.md‎

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can also use Glob expressions for files. For example:
239239
Glob expressions have many more options not shown here. Visit the[official documentation](https://en.wikipedia.org/wiki/Glob_(programming)) to learn more. You can also use the[Glob Tester web application](https://www.digitalocean.com/community/tools/glob) to test your glob expressions beforehand so that you are certain they match the files you expect them to match.
240240

241241
##Advanced Options
242-
242+
<!---replace image when released-->
243243
{% include image.html
244244
lightbox="true"
245245
file="/images/pipeline/triggers/advanced-options.png"
@@ -255,7 +255,16 @@ max-width="60%"
255255
**Ignore Codefresh cache optimizations for build* - selecting this option may slow down your build. See#2[here]({{site.baseurl}}/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)
256256
**Reset pipeline volume* - useful for troubleshooting a build that hangs on the first step. See[here]({{site.baseurl}}/docs/troubleshooting/common-issues/restoring-data-from-pre-existing-image-hangs-on/)
257257
**Report notification on pipeline execution* - Decide if[Slack notifications]({{site.baseurl}}/docs/integrations/notifications/slack-integration/) will be sent (as well as status updates back to your Git provider)
258-
**Runtime Environment* - choose to use pipeline[settings]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#pipeline-settings) or override them
258+
**Runtime Environment*: choose to use pipeline[settings]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#pipeline-settings) or override them
259+
260+
###Set minimum disk space for build volume by trigger
261+
Set the disk space you need for the build volume in the context of the selected trigger. Setting the disk space for the trigger overrides that set for the pipeline.
262+
263+
1. In**Workflow > Triggers**, expand**Advanced Options**.
264+
1. From the Runtime Environment list, select**Override pipeline settings**, and then select the runtime for which to override the pipeline setting.
265+
1. If required, change the resource size.
266+
1. Enable**Set minimum disk space**, and then change as required.
267+
259268

260269
##Manually Adding the Trigger to GitHub
261270

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp