This documentation relates to QuickBuild 5.0.x
Select here if you are using a different version

Pause the System

You are viewing an old version (v. 1) of this page.
The latest version is v. 2, last edited on Feb 19, 2013 (view differences | )
view page history | view next version >>

QuickBuild can be paused to prevent builds from running via RESTful call.

Syntax

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

http://localhost:8810/rest/pause

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

Security

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

Demo

We use curl to demonstrate how to paused the system:

curl -u admin:admin http://localhost:8810/rest/pause
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.