process.get_envs

process.get_envs

process.get_envs

Function

Read the current builder environment variable configuration.

Syntax

Parameters

No parameters.

Return value

TypeDescription
ObjectReturns the environment variable object.

Environment variable object structure

keytypedescription
Environment variable nameStringThe environment variable value set to the current process builder via env() or envs().

Example

Notes

  • Only variables configured via env/envs are returned.