Start Build
- Print
- PDF
Start Build
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Build a SourceBuild project.
Request
API URL
POST {SOURCEBUILD_API_URL}/project/{projectId}/build
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Search with projectList API |
Request query
None
Request body
None
Response
Response body
{
"projectId": "number",
"buildId": "string"
}
Item | Type | Description | Remarks |
---|---|---|---|
projectId | number | Project ID | |
buildId | string | Build ID |
Was this article helpful?