Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.61 KB

File metadata and controls

52 lines (33 loc) · 1.61 KB
title publishedDate description humanName logoImage integrationType
Buildkite Plugin
2022-01-12T21:00:00.0Z
How to add Buildkite pipelines to your components
Buildkite
../../../assets/logos/buildkite/buildkite-logo.webp
OSS plugin

Introduction

The Backstage Buildkite plugin integrates with Buildkite to show your build information inside Backstage where it can be associated with your services.

buildkite-plugin-overview.webp

Add Buildkite to one of your components

Add the Buildkite annotation

First, add an annotation in the catalog-info.yaml file for a service that uses Buildkite like so:

metadata:
  annotations:
    buildkite.com/project-slug: <buildkiteorganization/buildkitepipeline>

Add your API Key

You will need to create an API key for your Org in Buildkite with read permissions.

Then add it to Roadie at /administration/buildkite.

Add BUILDKITE_TOKEN in Settings Page

Add the plugin

In Roadie, find and select the service via the Component Catalog or Search.

Click the plus icon to add a new plugin for your component.

Add the plugin

Select the EntityBuildkiteContent card from the drop-down and click Create.

add-buildkite-content.webp

You should now see your Buildkite pipeline runs inside Roadie!

View all builds in buildkite plugin

You can then click in individual builds to see more info.

View single build in buildkite plugin