Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eiffel-syntax-and-usage/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ These terms are either part of the event names in the Eiffel Vocabulary, or they

### Activity

An _activity_ is any kind of action in a CI/CD system, normally triggered by an operation done in an SCM system, by a previous activity, or as part of an activity that focuses on performing tests. The Eiffel protocol declares events related to activities to describe what is going on, what has finished, when did it happen and with what outcome.
An _activity_ is any kind of action in a CI/CD system, normally triggered by an operation done in an SCM system, by a previous activity, or as part of an activity that focuses on performing tests. The Eiffel protocol declares events related to activities to describe what is going on, what has finished, when it happened and with what outcome.

Activities are hierarchical. Activities could be whole [pipelines](#pipeline), or sequential or parallel parts thereof. Such pipeline parts could for example be build activities or test activities.

Expand Down