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.

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 string 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.
    Note: The Run ID you specify must correspond to the Pipeline ID entered in the Pipeline ID field.
  • Assign output to a variable : The variable to store the pipeline 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.
    The following keys are retrieved: pipelineName, result, createdDate, runName, runURL, runId, pipelineRevision, state, pipelineFolder, pipelineID, finishedDate.