# File lib/gitlab/client/builds.rb, line 29
    def build(project, id)
      get("/projects/#{project}/builds/#{id}")
    end