What is CI/CD?
•CI (Continuous Integration): Automatically
integrating code changes into a shared
repository and running tests to detect issues
early.
• CD (Continuous Deployment/Delivery):
Automatically delivering/tested code to
environments (QA, UAT, Prod).
• Goal: Faster, Reliable, and Repeatable
deployments
4.
Why CI/CD forSalesforce?
• Manual deployments are slow & error-prone
• Multiple sandboxes & developers = conflict
risk
• Need for agile, frequent releases
• Better traceability & rollback support
• Improved test automation and compliance