User:Catlee/BuildAPI: Difference between revisions

Jump to navigation Jump to search
Line 4: Line 4:


PUT and DELETE can also be achieved by POSTing to the URL with a POST field "_method" set to PUT or DELETE.
PUT and DELETE can also be achieved by POSTing to the URL with a POST field "_method" set to PUT or DELETE.
PUT, POST, and DELETE methods will return a job id that can be queried with the 'job_status' method.
GET /builds/branches -> list of branches
GET /builds/branches -> list of branches


Line 17: Line 20:


GET /builds/{branch}/builders/{buildername} -> list of recent builds, including completed, running, and pending for this builder name
GET /builds/{branch}/builders/{buildername} -> list of recent builds, including completed, running, and pending for this builder name
GET /builds/job_status/{job_id}


PUT /builds/{branch}/request/{requestid} -> update this build
PUT /builds/{branch}/request/{requestid} -> update this build
Confirmed users
2,456

edits

Navigation menu