get_build_artifacts | R Documentation |
Retrieve artifacts from a specific build.
get_build_artifacts(
job_id = NULL,
repo = github_info()$name,
user = github_info()$owner$login,
vcs_type = "gh",
api_version = "v2"
)
job_id |
|
repo |
|
user |
|
vcs_type |
|
api_version |
|
An object of class circle_api
with the following elements
content
(queried content)
path
(API request)
response
(HTTP response information)
## Not run:
job_id <- get_jobs()[[1]]$id
get_build_artifacts(job_id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.