Skip to content

jessebye/backstage-plugin-buildkite-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Metrics

Plugin that provides a card to display Buildkite pipeline metrics.

Screen Shot 2021-03-19 at 9 45 27 AM

Usage

Add a proxy config like this to your app-config.yaml:

proxy:
  /buildkite/graphql:
    target: https://graphql.buildkite.com/v1
    headers:
      Accept: 'application/json'
      Content-Type: 'application/json'
      Authorization:
        $env: BUILDKITE_TOKEN

Then, in your packages/app/src/plugins.ts add the plugin:

export { plugin as BuildkiteMetrics } from 'plugin-buildkite-metrics';

And finally, in the components/catalog/EntityPage.tsx add the card:

<PipelineMetricsCard entity={entity} />

About

Plugin to show Buildkite build metrics for a given pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published