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.2.3 May 01, 2025 (20 KB)
  2. 0.2.2 May 01, 2025 (20 KB)
  3. 0.2.1 April 28, 2025 (20 KB)
  4. 0.2.0 March 21, 2025 (20 KB)
  5. 0.1.1 March 17, 2025 (20 KB)
  6. 0.1.0 March 17, 2025 (20 KB)
Show all versions (7 total)

Runtime Dependencies (1):

ostruct ~> 0.1.0

Owners:

Pushed by:

Authors:

  • Buildkite

SHA 256 checksum:

=

Total downloads 1,018

For this version 124

Version Released:

Licenses:

N/A

Required Ruby Version: >= 3.0.0

Links: