versions()

audfactory.versions(server, repository, group_id, name)[source]

Versions of an artifact on Artifactory.

It lists all folders under the given path and considers all as versions that are conform with audeer.is_semantic_version().

Parameters
  • server (str) – URL of Artifactory server, e.g. 'https://audeering.jfrog.io/artifactory'

  • repository (str) – repository of artifact

  • group_id (str) – group ID of artifact

  • name (str) – name of artifact

Return type

List

Returns

versions of artifact on Artifactory