new_build {circle} | R Documentation |
Trigger a New Build on Circle CI
Description
Triggers a new build for a specific repo branch.
Usage
new_build(
repo = github_info()$name,
user = github_info()$owner$login,
vcs_type = "gh",
branch = "master",
quiet = FALSE
)
Arguments
repo |
|
user |
|
vcs_type |
|
branch |
A character string specifying the repository branch. |
quiet |
|
Details
Trigger a new Circle CI build for a specific repo branch.
Value
An object of class circle_api
with the following elements
-
content
(queried content) -
path
(API request) -
response
(HTTP response information)
See Also
Examples
## Not run:
new_build()
## End(Not run)
[Package circle version 0.7.2 Index]