buildStepOutputs property

List<String>? buildStepOutputs
getter/setter pair

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.

Implementation

core.List<core.String>? buildStepOutputs;