RubyGems Navigation menu

buildkite-sdk 0.1.0

# buildkite-sdk [![Build status](https://badge.buildkite.com/a95a3beece2339d1783a0a819f4ceb323c1eb12fb9662be274.svg?branch=main)](https://buildkite.com/buildkite/pipeline-sdk) A Ruby SDK for [Buildkite](https://buildkite.com)! 🪁 ## Usage Install the package: ```bash gem install buildkite-sdk ``` Use it in your program: ```ruby require "buildkite" pipeline = Buildkite::Pipeline.new pipeline.add_step( label: "some-label", command: "echo 'Hello, World!'" ) puts pipeline.to_json puts pipeline.to_yaml ```

Gemfile:
=

install:
=

Versions:

  1. 0.10.0 April 07, 2026 (20 KB)
  2. 0.9.0 March 05, 2026 (20 KB)
  3. 0.8.0 February 02, 2026 (20 KB)
  4. 0.7.0 January 02, 2026 (20 KB)
  5. 0.6.0 November 24, 2025 (20 KB)
  6. 0.1.0 March 17, 2025 (20 KB)
Show all versions (19 total)

Runtime Dependencies (1):

ostruct ~> 0.1.0

Owners:

Pushed by:

Authors:

  • Buildkite

SHA 256 checksum:

=

Total downloads 8,375

For this version 463

Version Released:

Licenses:

N/A

Required Ruby Version: >= 3.0.0

Links: