buildStepOutputs property

  1. @TagNumber(6)
List<List<int>> get buildStepOutputs

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 4KB of data is stored.

Implementation

@$pb.TagNumber(6)
$core.List<$core.List<$core.int>> get buildStepOutputs => $_getList(4);