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

Installeer:
=

Versies:

  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)
Toon alle versies (7 totaal)

Runtime afhankelijkheden (1):

ostruct ~> 0.1.0

Eigenaren:

Pushed by:

Authors:

  • Buildkite

SHA 256 checksum:

=

Total downloads 1.019

Voor deze versie 124

Versie vrijgegeven:

Licenties:

N/A

Required Ruby Version: >= 3.0.0

Links: