Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[action] artifactory: Add a read timeout option #14580

Merged
merged 2 commits into from Apr 17, 2019

Commits on Apr 12, 2019

  1. Add a read timeout option for artifactory

    The Artifactory gem supports a configurable option for the read timeout.  The Fastlane action can be extended to pass the argument through to the client.
    
    The [default](https://github.com/chef/artifactory-client/blob/master/lib/artifactory/defaults.rb#L149) read timeout for the client is 120 so I see no reason to set a different default.
    raymondhoagland committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    a14caf7 View commit details
    Browse the repository at this point in the history
  2. Update artifactory.rb

    raymondhoagland committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    50c496c View commit details
    Browse the repository at this point in the history