Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Print all variables

Print all variables

Shayki Abramczyk

|
887 installs
| (2) | Free
Print to the screen all the available varaibles and their values for this job. Cross platform (work on Windows/Linux/Mac)
Build Release Extension
Build Status Release Status Extnesion

Print All Variables

Print to the screen all the available varaibles and their values for this job. Cross platform (work on Windows/Linux/Mac).

Usage

Just add the task to your pipeline and you will get in the output all the available varaibles and their values.

Work on Windows/Linux/Mac.

  • In the classic editor:

Task

  • In YAML pipelines:
steps:
- task: printAllVariables@1
  displayName: 'Print all variables'
Icons made by Prosymbols from www.flaticon.com
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft