Home » CyberTimes » DevSecOps
CI/CD pipeline is where environments have different stages (such as: Development (Dev), Integration (Int), Quality Assurance (QA), User Acceptance Test (UAT), Staging / PreProd (Stage/PP), Production (Prod)). CI/CD pipeline allows manual processes to be automated.
Such pipeline allows individuals to achieve high quality code, flexibility to deploy/rollback without impeding other’s work as well as numerous deployments.