lib/omnibus/config.rb in omnibus-1.2.0 vs lib/omnibus/config.rb in omnibus-1.3.0
- old
+ new
@@ -195,9 +195,16 @@
# @return [Boolean]
append_timestamp true
# # @!endgroup
+ # @!group Build Control Parameters
+
+ # @! attribute [rw] build_retries
+ #
+ # @return [Integer, nil]
+ build_retries 3
+
# @!group Validation Methods
# Asserts that the Config object is in a valid state. If invalid
# for any reason, an exception will be thrown.
#