View Source

QuickBuild can be resumed to allow builds from running via RESTful call.
h1. Syntax
QuickBuild can be resumed by issuing GET request to below url:
{code}http://localhost:8810/rest/resume{code}
The response is of mime type _text/plain_ and the content is simply _resumed_ if successful.

h1. Security
You will need to use http BASIC authentication to login as administrator to resume the system.

h1. Demo
We use [curl|http://curl.haxx.se/] to demonstrate how to resume the system:
{code}curl -u admin:admin http://localhost:8810/rest/resume{code}