diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6179f837..3f5bea5a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" diff --git a/Readme.md b/Readme.md index 5b4500ec..5e092d21 100644 --- a/Readme.md +++ b/Readme.md @@ -11,3 +11,4 @@ See the full [Getting Started Guide](https://buildkite.com/docs/guides/getting-s ## License See [License.md](License.md) (MIT) +