new_build | R Documentation |
Triggers a new build for a specific repo branch.
new_build(
repo = github_info()$name,
user = github_info()$owner$login,
vcs_type = "gh",
branch = "master",
quiet = FALSE
)
repo |
|
user |
|
vcs_type |
|
branch |
A character string specifying the repository branch. |
quiet |
|
Trigger a new Circle CI build for a specific repo branch.
An object of class circle_api
with the following elements
content
(queried content)
path
(API request)
response
(HTTP response information)
retry_workflow()
## Not run:
new_build()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.