buildStepOutputs property
List of build step outputs, produced by builder images, in the order corresponding to build step indices.
Cloud Builders
can produce this output by writing to $BUILDER_OUTPUT/output
. Only the
first 50KB of data is stored. Note that the $BUILDER_OUTPUT
variable is
read-only and can't be substituted.
Implementation
core.List<core.String>? buildStepOutputs;