Get pipeline run details action in Azure DevOps package

The Get pipeline run details action in the Azure DevOps package enables you to retrieve the details of a specific run of a CI/CD pipeline in Azure DevOps. The action returns the run properties, including its current state and result, either as individually mapped variables or in a dictionary variable.

Settings

  • Session name: The name of the active Azure DevOps session. Choose Session name and enter the name you specified when you opened the session, or choose Variable to use a session variable.
  • Pipeline ID: Specify the numeric identifier of the pipeline to which the run belongs. Enter the pipeline ID directly or use a number variable.
  • Run ID: The unique identifier of the pipeline run whose details you want to retrieve. Enter the run ID directly or use a string or number variable.
  • Assign output to a variable : The variable to store the run details returned by Azure DevOps: Choose any one of the following:
    • Multiple variables: Choose this option to map individual output keys to separate variables using the variable mapping interface.
    • Dictionary: Choose this option to store all output key-value pairs in a single dictionary variable.