new_build {circle} | 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)
## Not run:
new_build()
## End(Not run)