lib/omnibus/config.rb in omnibus-4.0.0.rc.2 vs lib/omnibus/config.rb in omnibus-4.0.0
- old
+ new
@@ -292,9 +292,22 @@
# --------------------------------------------------
# @!endgroup
#
#
+ # @!group Publisher
+ # --------------------------------------------------
+
+ # The number of times to try to publish an artifact
+ #
+ # @return [Integer]
+ default(:publish_retries, 2)
+
+ # --------------------------------------------------
+ # @!endgroup
+ #
+
+ #
# @!group Artifactory Publisher
# --------------------------------------------------
# The full URL where the artifactory instance is accessible.
#