Sha256: 45903e1442f1c453ff094625dcc666b1f3caef1a7e66a2c29906e1a4c312aace
Contents?: true
Size: 581 Bytes
Versions: 60
Compression:
Stored size: 581 Bytes
Contents
# frozen_string_literal: true module Buildkite module Pipelines module Steps class Trigger < 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 :trigger attribute :skip attribute :if, as: :condition attribute :depends_on, append: true attribute :allow_dependency_failure attribute :branches attribute :async attribute :build end end end end
Version data entries
60 entries across 60 versions & 1 rubygems