Set Up and Configure Salesforce DevOps Center
Enable DevOps Center in Salesforce:
1. Log in to Salesforce Setup.
2. Search for "DevOps Center" in the Quick Find box.
3. Click Enable DevOps Center and grant necessary permissions.
4. Assign the DevOps Center Admin Permission Set to yourself and relevant users.
Install DevOps Center.
1. Click the install the "DevOps Center" and click Get It Now.
2. Install it in Production or Sandbox as per your requirement.
3. Assign the DevOps Center User Permission Set to all team members.
Connect DevOps Center with GitHub:
Create the new connected apps and add the required PermissionSets to access the DEVOPS
for Bitbucket.
In Basic Information:
• Connected App Name: DevOps Center
• API Name: DevOps_Center.
• Contact Email:
[email protected].
• Logo Image URL: https://tinyurl.com/doc-icon.
• Description: Manage your development and release processes.
• In Manage Connected Apps, click Manage
• In the Permissions Sets section, click Manage Permission Sets.
• Select sf_devops_NamedCredentials, then click Save.
If you can’t access the DEVops center Application please add the below permissionsSets to
the users.
Connect DEVops with Bitbucket:
1. Open DevOps Center from the App Launcher.
2. Click Connect to GitHub and authorize access.
3. Create a new GitHub repository or connect an existing one for version control.
Create & Configure a DevOps Project
1. Click New Project and name it based on your work.
2. Select the GitHub repository to track changes.
3. Define your Development Pipeline (e.g., Dev → QA → UAT → Prod).
This will act as a structured workflow for your deployments!
Start Tracking Changes & Deploy
1. Select your project and click Work Items to create feature branches.
2. Use Pull Requests (PRs) for code reviews and approvals.
3. Click Promote to move changes from one stage to another.