Skip to content

Commit

Permalink
Merge pull request Tikam02#181 from waniniraj/master
Browse files Browse the repository at this point in the history
Adding data persistence to concepts
  • Loading branch information
Tikam02 authored Nov 3, 2022
2 parents d5ab502 + ef71fe4 commit 51fc9b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CI-CD/CircleCI/circleci-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ Executors define the environment in which the steps of a job will be run, allowi
# Pipeline :
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.

# Data Persistence :
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.

0 comments on commit 51fc9b4

Please sign in to comment.