Description Usage Arguments Details Value See Also Examples
Trigger a new build for a specific project branch
1 |
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 |
branch |
A character string specifying the repository branch. |
... |
Additional arguments passed to an HTTP request function, such as |
Trigger a new Circle CI build for a specific project branch.
A list of class “circle_build”.
1 2 3 4 5 | ## Not run:
p <- list_projects()
new_build(p[[1]])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.