powered by
These functions will allow you to run release environment tasks from Azure DevOps.
vsts_deploy_release(domain, project, release, env, auth_key)
The name of the Azure DevOps organization.
the name of the project in domain to look at
domain
the release ID of the release
the release environment ID to release on
authentication key generated by using vsts_auth_key
vsts_auth_key
For more information about release environment API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/release/releases/update-release-environment.
# 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) # } # NOT RUN { # }
Run the code above in your browser using DataLab