Expand description
An Evergreen task is a single unit of work that Evergreen performs. Tasks are frequently mapped to test suites, but can task be used for other purposes (like builds or linting).
Tasks are build from a list of commands that are either built-in evergreen commands or functions unique to the landscape.
Structsยง
- EvgTask
- Definition of an Evergreen task.
- Task
Dependency - Description of a depedency for a task.
- TaskRef
- Reference to a task that is being added to a build variant.