Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 705 Bytes

rest.textile

File metadata and controls

22 lines (15 loc) · 705 Bytes
layout title hide_title
two-column
REST
true

BoxGrinder REST is a RESTful interface to a distributed BoxGrinder Build farm

BoxGrinder Build

How it works

  1. BoxGrinder REST server receives appliance definition file. Definition is parsed and a new build task is created.
  2. Task is routed to a build queue.
  3. When a build node becomes available it takes a task and executes it.
  4. Built appliance is uploaded to selected repository.

BoxGrinder Build

Learn more

We encourage you to read BoxGrinder REST documentation. There you can find a section on BoxGrinder REST.