Skip to content

Commit 575aec4

Browse files
authored
Update circleci-concepts.md
1 parent f5c6ef4 commit 575aec4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CI-CD/CircleCI/circleci-concepts.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ A command definition defines a sequence of steps as a map to be executed in a jo
4747

4848
# Executors :
4949
Executors define the environment in which the steps of a job will be run, allowing you to reuse a single executor definition across multiple jobs.
50+
51+
# Pipeline :
52+
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.
53+
54+

0 commit comments

Comments
 (0)