bazel $build_data.getCommandName() results

#foreach ( $result in $build_data.getTargetsList() ) #if ( $result.hasTestData() ) #if ( $result.getTestData().getPassed() ) #else #end #else #end #end
Target Status
$result.getLabel() Passed
$result.getLabel()
#if ( $result.getTestData().getTruncated() )
Truncated after 1MB, see local log for full output.
#end
Failed
$result.getLabel()
Built

bazel command line

bazel #foreach( $option in $build_data.getCommandLine().getStartupOptionsList()) #foreach ($value in $option.getValueList())--$option.getName()=$value #end #end $build_data.getCommandName() #foreach( $option in $build_data.getCommandLine().getOptionsList()) #foreach ($value int $option.getValueList())--$option.getName()=$value #end #end #foreach( $residue in $build_data.getCommandLine().getResidueList())$residue #end

bazel environment

#foreach( $env in $build_data.getClientEnvList()) #end
Name Value
$env.getName() $env.getValue()