Skip to main content

How do I inspect the values of my environment variables in a job?

Overview

Environment variables at the project or organization level are masked in build outputs as their values are assumed to be sensitive (secrets).
These secrets are masked by design, and as such we do not recommend inspecting these values as to avoid any security breaches.

These are available as standard environment variables within a job, so can be interacted with and manipulated as such if you do need to inspect them for any reason.

Screenshot 2024-04-23 at 16.02.59.png

Additional Resources:

Did this answer your question?