> For the complete documentation index, see [llms.txt](https://help.sleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/buildkite.md).

# Buildkite

## About the integration

Buildkite is a modern continuous integration and continuous delivery (CI/CD) platform. It allows you to build, test, and deploy your application using automated jobs that are triggered manually or as a consequence of various interactions with connected code repository.

It is assumed you already have an active Buildkite account and a repository with a working Buildkite configuration.

## Setting up the integration

Refer to the [general instructions on adding Buildkite integration](/sleuth-dora/integrations-1/builds/buildkite.md).

You should also add at least one [Code deployment](/sleuth-dora/modeling-your-deployments/code-deployments.md) which is using Buildkite so that we may use it as a source of Buildkite builds.

## Configuring the integration

Once the integration is successful, find the **Impact sources** section in the sidebar and click the **+ Add** link nested under that section.

![](/files/-MlEpxSKbdLW2cNWeObr)

Select **Buildkite** and continue by clicking **Enable and continue**.

![](/files/Zox1Z0zAoFjsbk5YJuQS)

Give this build tracking instance a **name** and select which **build** or job inside a build should be used to base the impact measurements on.

![](/files/uUaRDGfgCPuvmTvwEYt9)

That's it! Sleuth will now start verifying your deploys health by tracking whether the selected build/job is passing or failing. Head over to the Dashboard to start seeing your data in action in the project and deploy health graphs.

## Removing the integration

Refer to the [general instructions on removing Buildkite integration](/sleuth-dora/integrations-1/builds/buildkite.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sleuth.io/sleuth-dora/integrations-1/impact-sources/build-trackers/buildkite.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
