Skip to content

Commit d7bee77

Browse files
authored
Update circle ci concepts
1 parent 0a92290 commit d7bee77

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CI-CD/CircleCI/circleci-concepts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ Artifacts are used for longer-term storage of the outputs of your pipelines. Art
4141
# CircleCI Config :
4242
CircleCI believes in configuration as code. As a result, the entire delivery process from build to deploy is orchestrated through a single file called config.yml.
4343
The config.yml file is located in a folder called .circleci at the top of your project. CircleCI uses the YAML syntax for config.
44+
45+
# Commands :
46+
A command definition defines a sequence of steps as a map to be executed in a job, enabling you to reuse a single command definition across multiple jobs.
47+
48+
# Executors :
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.

0 commit comments

Comments
 (0)