Files
backstage/plugins/azure-devops-backend
Marley Powell 8a92dc3155 refactor(@backstage/plugin-azure-devops-backend): re-exported types from azure-devops-node-api
rexported types from `azure-devops-node-api` and consume those re-exported in `@backstage/plugin-azure-devops-frontend`.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-10-15 21:38:20 +01:00
..
2021-10-11 15:08:53 -05:00
2021-10-14 12:45:08 +00:00
2021-10-14 12:45:08 +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