Sha256: 5def08c02b6a5fa5c14d218d05a2c979bc247d55600c71a682a5216002cc974d
Contents?: true
Size: 874 Bytes
Versions: 53
Compression:
Stored size: 874 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 end end end end
Version data entries
53 entries across 53 versions & 1 rubygems