Get pipeline details action in Azure DevOps package
- 最終更新日2026/04/30
Get pipeline details action in Azure DevOps package
The Get pipeline details action in the Azure DevOps package enables you to retrieve the configuration details of a specific CI/CD pipeline in Azure DevOps. The action returns the pipeline properties 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 for which you want to retrieve details. Enter the pipeline ID directly or use a number variable. You can obtain the pipeline ID from the Create pipeline action .
- Assign output to a variable : The variable to store
the pipeline 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.