Skip to content

Commit ef71fe4

Browse files
authored
Adding data persistence to concepts
1 parent f439321 commit ef71fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CI-CD/CircleCI/circleci-concepts.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ Executors define the environment in which the steps of a job will be run, allowi
5151
# Pipeline :
5252
A CircleCI pipeline is the full set of processes you run when you trigger work on your projects. Pipelines encompass your workflows, which in turn coordinate your jobs.
5353

54+
# Data Persistence :
55+
Data persistence allows you to move data between jobs and speed up your build. There are three main methods for persisting data in CircleCI: caches, workspaces, and artifacts.
5456

0 commit comments

Comments
 (0)