BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
768 / 1048 · Module 15 — Deployment and Operations← prev⊞ allnext →

15.53CI/CD gates

Good gates might be:

PR:
MUnit must pass

Merge:
build must pass

QA deploy:
application reaches RUNNING

QA:
smoke tests pass

Production:
approval/change control if required

Post-prod:
health checks pass

Potential additional gates:

MUnit coverage threshold
security scans
API contract checks
performance checks

depending on organization.