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:
=

installieren:
=

Versionen:

  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)
Zeige alle Versionen (7 total)

Runtime Abhängigkeiten (1):

ostruct ~> 0.1.0

Besitzer:

Pushed by:

Autoren:

  • Buildkite

SHA 256-Prüfsumme:

=

Downloads insgesamt 1.019

Für diese Version 124

Version veröffentlicht:

Lizenzen:

k.A.

Erforderliche Ruby-Version: >= 3.0.0

Links: