Skip to content

Commit a65e45a

Browse files
Merge pull request circleci#1922 from circleci/link-to-workspace-blogs
Link to workspace blogs
2 parents c0d3374 + 7d11978 commit a65e45a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

jekyll/_cci2/configuration-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ Note the following distinctions between Artifacts, Workspaces, and Caches:
779779
| Caches | Months | Store non-vital data that may help the job run faster, for example npm or Gem packages. | The `save_cache` job step with a `path` to a list of directories to add and a `key` to uniquely identify the cache (for example, the branch, build number, or revision). Restore the cache with `restore_cache` and the appropriate `key`. |
780780
{: class="table table-striped"}
781781

782+
Refer to the [Persisting Data in Workflows: When to Use Caching, Artifacts, and Workspaces](https://circleci.com/blog/persisting-data-in-workflows-when-to-use-caching-artifacts-and-workspaces/) for additional conceptual information about using workspaces, caching, and artifacts.
782783

783784
##### **`add_ssh_keys`**
784785

jekyll/_cci2/workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ workflows:
400400
401401
**Note:** The `defaults:` key in this example is arbitrary. It is possible to name a new key and define it with an arbitrary `&name` to create a reusable set of configuration keys.
402402
403+
Refer to the [Persisting Data in Workflows: When to Use Caching, Artifacts, and Workspaces](https://circleci.com/blog/persisting-data-in-workflows-when-to-use-caching-artifacts-and-workspaces/) for additional conceptual information about using workspaces, caching, and artifacts.
404+
403405
## Troubleshooting
404406
405407
This section describes common problems and solutions for Workflows.

0 commit comments

Comments
 (0)