Dashboard > Pulse v1.2 > ... > Remote API Functions > RemoteApi.triggerBuild
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  RemoteApi.triggerBuild
Added by Jason Sankey, last edited by Jason Sankey on Mar 14, 2007  (view change)
Labels: 
(None)

Pulse Manual Index

Synopsis

boolean triggerBuild(string token, string projectName, string buildSpecification)
boolean triggerBuild(string token, string projectName, string buildSpecification, string revision)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login.
projectName string The name of the project to trigger a build of.
buildSpecification string The name of the build specification to trigger a build of.
revision string The revision to build, see Build Revision for valid values.

Returns

True.

Description

Triggers a build of the given build specification for the given project. This causes a build request to be enqueued, the build will commence when the recipe processor is available. If a revision is not specified, the latest revision will be built.

Access

Accessible to users with server administration privileges and administrators for the given project.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators