---
name: "Group Step"
description: "Uses group steps to organize related jobs in the Buildkite UI."
author: "buildkite"
repo: "group-step-example"
stars: 2
demo: "https://buildkite.com/buildkite/group-step-example/builds/latest?branch=main"
---

# Buildkite Group Step Example


This repository is an example [Buildkite](https://buildkite.com/) pipeline that [groups steps](https://buildkite.com/docs/pipelines/group-step) into two groups, Security Audits and Linting.



See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-started) for step-by-step instructions on how to get this running.


<a href="https://buildkite.com/buildkite/group-step-example/builds/latest?branch=main">
  <img src="https://raw.githubusercontent.com/buildkite/group-step-example/main/.buildkite/screenshot.png" alt="Screenshot of Buildkite group step example pipeline" />
</a>

<!-- docs:start -->

This example demonstrates how to group steps into logical categories to improve readability in the Buildkite UI.

It includes two groups:
- **Security Audits**
- **Linting**

Each group contains one or more steps that run independently or in sequence, grouped under a shared heading in the UI.

<!-- docs:end -->

## License

See [LICENSE.md](https://github.com/buildkite/group-step-example/blob/HEAD/LICENSE.md) (MIT)