Skip to content
13 changes: 8 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
agents:
queue: default-queue

steps:
- label: ":hammer: Example Script"
command: "script.sh"
artifact_paths: "artifacts/*"
agents:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
- command: echo hello world && exit 123

notify:
- if: "build.state != 'passed'"
slack: "#legacy-slack-channel-for-notifications"
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-s
## License

See [License.md](License.md) (MIT)