Skip to main content

I have been struglling with since i have very little idea of how things work and how do we manage the changes and deploy them to other sandboxes. Basically what i need is something that i can use to better understand the devops center

2 answers
  1. Aug 20, 4:53 PM
    Hi Muhammad - start with the official Trailhead module 'DevOps Center: Quick Look' for a fast hands-on intro. But since you said you are unclear how it actually works, here is the mental model, because DevOps Center is quite different from Change Sets:

     

    - You connect your environments (dev sandboxes, integration, UAT, prod) into a Pipeline made of stages. 

    - Work is tracked through Work Items (think user stories). Each Work Item is tied to a dev environment where you make your changes. 

    - DevOps Center uses source tracking to detect what you changed - you select the components, then Commit them. Under the hood it is Git-backed (a linked GitHub repo), so every change is versioned and the branches are managed for you. 

    - You then Promote the Work Item up the pipeline, stage by stage (dev to integration to UAT to prod). Each promotion deploys those changes to the next org. 

     

    So instead of hand-building a Change Set, you commit changes to a Work Item and promote it up the pipeline. Once that clicks, the whole UI makes sense. 

     

    Best way to learn: do the Quick Look module while clicking through a real pipeline in a sandbox setup - it comes together fast once you watch one Work Item move through the stages. 

     

    If this helps, please mark it as the Best Answer so it helps the next person - thanks :)

0/9000