secretEnv property
A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key.
These values must be specified in the build's Secret
. These variables
will be available to all build steps in this build.
Implementation
core.List<core.String>? secretEnv;