class Artifactory::Resource::Artifact

def upload_from_archive(repo, remote_path, properties = {})

Parameters:
  • () --

Other tags:
    Example: Upload an artifact with a checksum -

Other tags:
    See: Artifact#upload - More syntax examples
def upload_from_archive(repo, remote_path, properties = {})
  upload(repo, remote_path, properties,
    'X-Explode-Archive' => true,
  )
end