Skip to content

Commit 8b03e1e

Browse files
Update workspaces-eom.md
wording fixes
1 parent 661ddae commit 8b03e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user/enterprise/workspaces-eom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This page contains operations manual level information about Workspaces and Cach
88

99
## Cache vs Workspaces
1010

11-
Cache, aka Build Cache, is configured file bucket which serves a purpose as a cache for build artifacts. Users of Travis CI enterprise may put or pull to/from the Cache the build artifacts.
12-
**Cache is meant for utilizing items between builds**.
11+
Cache, aka Build Cache, is configured file bucket which serves a purpose as a cache for build artifacts. Users of Travis CI Enterprise may put or pull to/from the Cache the build artifacts.
12+
**Cache is meant for items used in different builds**.
1313

1414
Workspaces, aka Build Workspaces, is a kind of cache, but with specific goal in mind: serves a purpose to share artifacts/files between **jobs within the same build**. The main use case is
1515
when a binary or library (or other dependency) requires rebuilding before any other build job within build may progress. Workspaces are introduced in Travis CI Enterprise after [version 3.0.53](https://enterprise-changelog.travis-ci.com/release-3-0-53-283095).
1616

17-
Both features are technically specifically configured file buckets.
17+
Both features are technically specifically configured file buckets, accessed during a running build.
1818

1919
### Workspaces configuration
2020

0 commit comments

Comments
 (0)