Pipelines

Pipeline: Overview

A pipeline is a unidirectional flow that defines how changes progress from development orgs to the production org. It offers real-time visibility into:

  1. Branches across DevOps stages: Development, Integration, QA, UAT, Production

  2. Sync status between mapped Salesforce Orgs and branches (e.g., added/removed components)

  3. Commits that are ahead or behind each stage


The Pipeline screen displays your environments, their connections, commit deltas, and deployment statuses.

Steps to access the Pipeline view:

  1. Hover over the DASHBOARD tile and click PIPELINE.

  2. Select a Repository to view your team’s branching structure.

  3. Click the refresh icon:

Pipeline refresh icon for latest data
  1. If no pipeline is configured for the selected repository, setup instructions are displayed:

Pipeline not configured screen
  1. If the pipeline is configured, a detailed pipeline visualization is displayed:

Configured pipeline dashboard with branch mapping
  1. For each environment, you can view:

    • Deployment Status

    • Commits Ahead/Behind (Forward arrow: ahead; Backward arrow: behind)

Commit direction indicators: ahead and behind

Known Limitations

  • Pipeline visualization is available only for GIT repositories.

  • Branch types must be one of the following: Development, Integration, QA, UAT, Production. Unsupported branch categories will not display on the pipeline screen.

Last updated

Was this helpful?