vsts_build_def: Azure DevOps Project Build Definition Information

vsts_get_build_defsR Documentation

Azure DevOps Project Build Definition Information

Description

These functions will allow you to scrape build definition information from Azure DevOps.

Usage

vsts_get_build_defs(domain, project, auth_key, query = NULL)

Arguments

domain

The name of the Azure DevOps organization.

project

the name of the project in domain to look at

auth_key

authentication key generated by using vsts_auth_key

query

a list of extra parameters that can be sent to the API call. Check details for access to list of options.

Details

For more information about the build definition API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/build/definitions/list.

Examples

## Not run: 
# Add in own details to get a non-NULL output
auth_key <- vsts_auth_key("<username>", "<password>")
vsts_get_build_defs("domain", "project", auth_key)

## End(Not run)


ashbaldry/vstsr documentation built on Aug. 24, 2023, 12:11 a.m.