Sha256: bb626354467a970bf2440cf3513a00e538ecd154026ea38a8f7ed163e176df01
Contents?: true
Size: 902 Bytes
Versions: 5
Compression:
Stored size: 902 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines module Steps class Command < Abstract # Do NOT sort this list. The order here is carried over to the YAML output. # The order specified here was deliberate. attribute :label attribute :key attribute :command, append: true attribute :skip attribute :if, as: :condition attribute :depends_on, append: true attribute :allow_dependency_failure attribute :parallelism attribute :branches attribute :artifact_paths attribute :agents attribute :concurrency attribute :concurrency_group attribute :retry attribute :env attribute :soft_fail, append: true attribute :timeout_in_minutes attribute :plugins, append: true attribute :priority end end end end
Version data entries
5 entries across 5 versions & 1 rubygems