Ability to surface variables and their values from the job run on the job's page
Nick Smith
When troubleshooting a job, there are times when a specific UUID or other variable's value is useful to have. To find this value the user must go through the step logs. It would speed things up if a job's page could be configured to surface specific variables and their values generated during the job.
Autopilot
Merged in a post:
Ability to view environment variable values
W
Wes Hunt
Some environment variables are set in config files, some are set by CircleCI, some are secret, and some are set by..... some thing else!
When I'm looking at a build I would like to be able to examine the value and details of the environment variables. What is it's value, is it redacted, where is it set. Currently I have to hunt it down in several different locations, and that can take a long time when you're not familiar with a project. Perhaps a feature where hovering over the variable would show you its value, or a legend that shows details of every environment variable used in the build/workflow.