You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from artifactory import ArtifactoryPath path = ArtifactoryPath( "http://repo.jfrog.org/artifactory/gradle-ivy-local") for p in path: print p
The text was updated successfully, but these errors were encountered:
belussi
changed the title
Problem with listing sha1 and md5 files which has more then one dot in name
Problem with listing sha1 and md5 files or files which have more then one dot in name
Apr 17, 2018
belussi
changed the title
Problem with listing sha1 and md5 files or files which have more then one dot in name
Problem with listing sha1 and md5 files
Apr 17, 2018
If I have following files in the artifactory:
package.tgz
package.tgz.sha1
package.tgz.md5
only first one will be listed using example for here:
https://pypi.org/project/artifactory/0.1.17/
from artifactory import ArtifactoryPath path = ArtifactoryPath( "http://repo.jfrog.org/artifactory/gradle-ivy-local") for p in path: print p
The text was updated successfully, but these errors were encountered: