vsts_release_env: Azure DevOps Project Release Environment Information

vsts_deploy_releaseR Documentation

Azure DevOps Project Release Environment Information

Description

These functions will allow you to run release environment tasks from Azure DevOps.

Usage

vsts_deploy_release(domain, project, release, env, auth_key)

Arguments

domain

The name of the Azure DevOps organization.

project

the name of the project in domain to look at

release

the release ID of the release

env

the release environment ID to release on

auth_key

authentication key generated by using vsts_auth_key

Details

For more information about release environment API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/release/releases/update-release-environment.

Examples

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

## End(Not run)


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