Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
35 views6 pages

DevOpsCenter Setup

The document outlines the steps to set up and configure Salesforce DevOps Center, including enabling the feature, installing it, and connecting it with GitHub and Bitbucket. It details the creation of a connected app, assignment of necessary permission sets, and the process for creating and managing a DevOps project. Additionally, it describes how to track changes and deploy through structured workflows and pull requests.

Uploaded by

fiviv90930
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views6 pages

DevOpsCenter Setup

The document outlines the steps to set up and configure Salesforce DevOps Center, including enabling the feature, installing it, and connecting it with GitHub and Bitbucket. It details the creation of a connected app, assignment of necessary permission sets, and the process for creating and managing a DevOps project. Additionally, it describes how to track changes and deploy through structured workflows and pull requests.

Uploaded by

fiviv90930
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

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.

You might also like