Files
backstage/plugins/azure-devops-backend
Andre Wanlin d5714b0de9 Updated API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-08 14:43:57 -05:00
..
2021-10-08 14:40:46 -05:00
2021-10-08 14:43:57 -05:00
2021-09-30 11:43:05 +00:00
2021-09-30 11:43:05 +00:00

Azure DevOps Backend

Simple plugin that proxies requests to the Azure DevOps API.

Setup

The following values are read from the configuration file:

azureDevOps:
  host: dev.azure.com
  token: ${AZURE_TOKEN}
  organization: my-company

Configuration Details:

  • host and token can be the same as the ones used for the integration section
  • AZURE_TOKEN environment variable must be set to a Personal Access Token with read access to both Code and Build
  • organization is your Azure DevOps Organization name or for Azure DevOps Server (on-premise) this will be your Collection name