Zhong__Python2 Artifactory API
# -*- coding:utf-8 -*-from artifactory import ArtifactoryPathimport pathlib# 定义url集合 存储artifactory urlurl_set = set()# 获取artifactory test仓库的路径path1 = ArtifactoryPath("http://127.0.0.1:8081/artifactory/test/",auth=('admin', 'Zhong'))# 获取当前文件