Skip to main content
Version: QB13

Resume System

QuickBuild can be resumed to allow builds from running via RESTful call.

Syntax

QuickBuild can be resumed by issuing GET request to below url:

http://localhost:8810/rest/resume

The response is of mime type text/plain and the content is simply resumed if successful.

Security

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

Demo

We use curl to demonstrate how to resume the system:

curl -u admin:admin http://localhost:8810/rest/resume