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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,20 @@ You can define multiple external resources in a single pipeline.
218
218
- Medium (recommended 3-4 steps)
219
219
- Large (recommended 5-6 steps)
220
220
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
+
221
235
##Using Pipeline Templates
222
236
223
237
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.
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/triggers/git-triggers.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ You can also use Glob expressions for files. For example:
239
239
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.
**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/)
256
256
**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/)
257
257
**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.