Add a build environment to the controller.
74 75 76
# File 'lib/build/controller.rb', line 74 def add_chain(chain, arguments = [], environment) @nodes << ChainNode.new(chain, arguments, environment) end