effectiveEnv property

List<EnvironmentVariable>? effectiveEnv
getter/setter pair

[OUTPUT_ONLY] This field represents all environment variables employed during both the build and runtime.

This list reflects the result of merging variables from all sources (Backend.override_env, Build.Config.env, YAML, defaults, system). Each variable includes its origin

Output only.

Implementation

core.List<EnvironmentVariable>? effectiveEnv;