if (FALSE) {
# connect as a fixed user to a GitLab instance
set_gitlab_connection(
gitlab_url = "https://gitlab.com",
private_token = Sys.getenv("GITLAB_COM_TOKEN"))
# Get pipelines and jobs information
gl_pipelines(project = "<>")
gl_jobs(project = "<>")
gl_latest_build_artifact(project = "<>", job = "build")
}
Run the code above in your browser using DataLab