Skip to main content

Continuous integration & Continuous Delivery (CI/CD) [Recommended]

The technical goal of CI/CD is to establish a consistent and automated way to build, package, test and deliver applications. All repositories hosting source codes must be configured for CI/CD and each push or merge to any protected branch of the VCS must trigger a CI/CD pipeline.