Skip to content

Commit 07aeb61

Browse files
authored
Merge pull request #9523 from circleci/markf/fix-cache-wording
Simplify wording in cache retention to add clarity
2 parents 456a7a4 + 053999c commit 07aeb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/modules/optimize/pages/persist-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ When you have determined your preferred storage retention for each object type,
139139

140140
The *Reset to Default Values* button will reset the object types to their default storage retention periods: 30 days for artifacts, and 15 days for caches and workspaces.
141141

142-
You can also configure job retention periods to control how long job data is kept. Job retention specifically controls cache retention at the job level. This setting can be configured from 1 day to 15 days using string values (for example, "1d", "7d", "15d") in your CircleCI configuration YAML file. Job retention reduces the organization-level retention from the default by automatically removing cache data after the specified period.
142+
You can also configure job retention periods to control how long job data is kept. Job retention specifically controls cache retention at the job level. This setting can be configured from 1 day to 15 days using string values (for example, "1d", "7d", "15d") in your CircleCI configuration YAML file. This reduces retention from the organization-level default, automatically removing cache data after the specified period.
143143

144144
The following example shows how to configure job retention in your configuration file:
145145

docs/reference/modules/ROOT/pages/configuration-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Each job consists of the job's name as a key and a map as a value. A name should
384384
| `retention`
385385
| N
386386
| Map
387-
| Configure job retention periods for cache data (1-15 days, for example, "1d", "7d", "15d"). Reduces organization-level retention by automatically removing cache data after the specified period.
387+
| Configure job retention periods for cache data (1-15 days, for example, "1d", "7d", "15d"). This reduces retention from the organization-level default, automatically removing cache data after the specified period.
388388
|===
389389

390390
^(1)^ One executor type should be specified per job. If more than one is set you will receive an error.

0 commit comments

Comments
 (0)