CI/CD articles
7 articles · Pipelines, automated deployment and release gates.
Salesforce Code Quality: Automated PR Comments
Automate static analysis on every pull request and post the findings as PR comments. Developers get the feedback while...
Salesforce CLI Security Update: Prepare Your CI/CD Pipelines
Salesforce CLI is redacting access tokens, auth URLs and passwords from the output of commands you already use. If your...
Salesforce regression testing: what Winter '27 breaks
A passing regression suite proves your code works under the conditions the suite builds for it: an admin user, seeded...
Named Credentials in Sandboxes: The DevOps Lifecycle Guide
Named Credentials vanish after a sandbox refresh. Here is why Salesforce excludes them, and how to script the structure...
Automated Release Approvals Slash Salesforce Deployment Latency
How Salesforce replaced human-gated release approvals with Luminary, a deterministic automation platform, and cut...
Unattended Sandbox User Token Generation for CI/CD
Pulling access tokens for a pile of sandbox test users is a common CI/CD snag when the tests have to run as specific...
Salesforce Apex password reset: Set passwords via code
The standard Salesforce welcome email is a slow way to get a test user logged in. Here is how to set credentials...