Job - CI/CD Glossary Definition
A job is a set of steps that run on a single runner. Jobs run in parallel by default and can depend on each other with needs.
A job is a set of steps that run on a single runner. Jobs run in parallel by default and can depend on each other with needs.