chef/artifactory-client

Artifact#upload_from_archive fail

Closed this issue · 0 comments

When uploading archive with explode options Artifactory returns an empty response.

See https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-DeployArtifactsfromArchive

Client#request returns [String, Hash], Artifact#upload always calls Artifact.from_hash but it will fail if response is not a Hash.