Method: Cyclid::API::Plugins::BuildHost#context_info

Defined in:
app/cyclid/plugins/builder.rb

#context_infoObject

Return free-form data about this host that may be useful to the build process and can be merged into the Job context. This may be a subset of the data for this BuildHost, or the full set.



46
47
48
# File 'app/cyclid/plugins/builder.rb', line 46

def context_info
  dup
end