Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试标记 jFrog 中递归标记所有文件的文件夹,但希望排除该文件夹被标记。
有没有办法使用 jFrog rest API 只标记文件夹中的文件?
curl -s -u username:password -X POST https://server:port/api/storage/pathtoFolder?properties=key=value
这可以通过使用 JFrog CLI(JFrog 的免费工具)来完成:
https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-SettingPropertiesonFiles
您可以做的是在文件夹级别使用通配符,这样就可以了:)