Synopsis
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.