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/triggers/git-triggers.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,9 @@ max-width="60%"
258
258
**Runtime Environment*: choose to use pipeline[settings]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#pipeline-settings) or override them
259
259
260
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.
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
+
Reserving disk space at the trigger-level is useful for example, when you have a single pipeline for multiple repositories with a trigger for each repository. If you have a large repository that requires a large amount of space for the build, you can set the disk space_only_ for this repository. This action allows the other repositories to reserve more space for caching, optimizing resource usage and performance.