You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CI-CD/CircleCI/circleci-concepts.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,8 @@ A command definition defines a sequence of steps as a map to be executed in a jo
47
47
48
48
# Executors :
49
49
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.
0 commit comments