List pipelines action in Azure DevOps package

The List pipelines action in the Azure DevOps package enables you to retrieve a list of all CI/CD pipelines available 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.
  • Range: Specify the maximum number of pipelines to return. Enter a value between 1 and 500, for example 50. Enter the value directly or use a number variable. If the project contains fewer pipelines than the specified range, the action returns all available pipelines.
  • Assign output to a variable: The table variable to store the list of pipelines returned by Azure DevOps. Each row in the table represents one pipeline. The action retrieves the following columns: id, name, folder, url, and configurationType.