Description Usage Arguments Details Value See Also Examples
Retrieve a specific build.
1 |
build |
A character string specifying the project name, or an object of class “circle_build”. If the latter, there is no need to specify |
project |
A character string specifying the project name, or an object of class “circle_project”. If the latter, there is no need to specify |
user |
A character string specifying the user name. This is not required if |
... |
Additional arguments passed to an HTTP request function, such as |
Retrieves details of a specific build.
A list of class “circle_build”.
1 2 3 4 5 6 7 8 | ## Not run:
# get build from a build object
get_build(list_builds(limit = 1)[[1]])
# get build by number, project, and user
get_build("buildnumber", "circleci", "cloudyr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.