Automate
Automate is a distributed CI/CD engine that simplifies automating development workflows, from code integration to deployment.
- Continuous Integration: Automatically integrate code changes, run tests, and detect issues early.
- Continuous Deployment: Deploy applications to various environments with minimal manual intervention.
- Workflow Customization: Define custom workflows to match project-specific needs.
Automate ensures a streamlined and efficient development process, reducing manual effort and errors.
Where it fits
Section titled “Where it fits”Automate is the CI/CD engine; the tools it runs are separate blocks.
| Stage | Runs |
|---|---|
| Verify behaviour | Testing |
| Verify source | Code Quality |
| Deploy | Your product’s deployment definitions |
A pipeline that gates on both verification tools is the intended shape — behaviour and source quality fail independently, and a pipeline that checks only one lets the other regress quietly.
- Task Reference — the built-in pipeline tasks