module Jujube::Components::Wrappers

Helper methods for creating wrapper components.

Public Instance Methods

timestamps() click to toggle source

Specify a `timestamps` wrapper for a job.

See {docs.openstack.org/infra/jenkins-job-builder/wrappers.html#wrappers.timestamps}.

@return [Hash] The specification for the component.

# File lib/jujube/components/wrappers.rb, line 22
def timestamps
  'timestamps'
end