Sha256: b9922e474355ac6477950599676c8883caa81a0d745d44eb5286cf8873306556
Contents?: true
Size: 487 Bytes
Versions: 61
Compression:
Stored size: 487 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines module Steps class Wait < Abstract # Do NOT sort this list. The order here is carried over to the YAML output. # The order specified here was deliberate. attribute :wait attribute :key attribute :if, as: :condition attribute :depends_on, append: true attribute :allow_dependency_failure attribute :continue_on_failure end end end end
Version data entries
61 entries across 61 versions & 1 rubygems