This repository is an example Buildkite pipeline that runs a simple PowerShell script: script.ps1
.
👉 See this example in action: buildkite/powershell-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

This example:
- Runs
script.ps1
as part of the pipeline - Prints debug output and an inline image
- Uploads a test artifact
- Exits cleanly with success (
exit 0
)
PowerShell can be used for many build, deploy, or scripting tasks across Windows, Linux, and macOS agents.
See LICENSE.md (MIT)