Orbs, Jobs, Steps, and Workflows - CircleCI - 0 views
-
Orbs are packages of config that you either import by name or configure inline to simplify your config, share, and reuse config within and across projects.
-
Jobs are a collection of Steps.
-
All of the steps in the job are executed in a single unit which consumes a CircleCI container from your plan while it’s running.
- ...11 more annotations...