List pipeline runs action in Azure DevOps package

The List pipeline run action in the Azure DevOps package enables you to retrieve a list of all runs for a specific CI/CD pipeline in the Azure DevOps project of the active session. The action returns the results in a table 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. The action retrieves pipelines from the organization and project of the specified session.
  • Pipeline ID: Specify the numeric identifier of the pipeline whose runs you want to retrieve. Enter the pipeline ID directly or use a number variable.
  • Range: Specify the maximum number of pipeline runs to retrieve. Enter a value between 1 and 200, for example 20. Enter the value directly or use a number variable. If the pipeline has fewer runs than the specified range, the action returns all available runs.
  • Assign output to a variable: The table variable to store the list of pipeline runs returned by Azure DevOps. The action retrieves the following columns: runid, runName, pipelineId, pipelineName, pipelineFolder, pipelineRevision, createdDate, finishedDate, runURL, and state.