global

def write_to_cache

Internal: Writes the result of the new build to a local file.
def write_to_cache
  last_build_path.write to_json
end