Loading
Manage and Release Changes Easily and Collaboratively with DevOps...
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Fix a Stalled Promotion When Deployment Succeeds But Merge to Branch Fails

          Fix a Stalled Promotion When Deployment Succeeds But Merge to Branch Fails

          After you determine that the deployment succeeded but the changes aren’t reflected in the associated pipeline branch, update the status of the Async Operation Result record, then try the promotion again.

          To determine the cause of the stalled promotion, see Stalled Promotions.

          1. In the org in which DevOps Center is installed, launch Developer Console, then select the Query Editor tab.
          2. To find the promotion record that’s still In Progress, enter this SOQL query.

            In this example, line breaks were added for readability purposes. If you copy this query, remove the line breaks before running it.

            SELECT Id, sf_devops__Status__c FROM sf_devops__Work_Item_Promote__c 
            WHERE sf_devops__Status__r.sf_devops__Status__c = 'In Progress'
          3. Click to highlight the record, then click Open Detail Page.
          4. In the Work Item Promote record, click the link in the Status field to view the associated Async Operation Result record.
            The Work Item Promote record with the Status field highlighted, where you click the hot link to view the Async Operation Result record.
          5. In the Async Operation Result record, change the Status to Error, then click Save.
          6. In DevOps Center, refresh the Pipeline Stages view to remove the Stalled Promotion error.
          7. Promote your changes.
           
          Loading
          Salesforce Help | Article