所有,在Crucible中存储repo名称的表是什么?我需要建立一个使用sql查询它们的列表。
谢谢,
发布于 2017-07-28 14:44:48
存储库名称不存储在数据库中,仅存储在文件系统上的config.xml中。但是有一个REST API调用(/rest-service-fecru/admin/repositories)来枚举它们。
(另请参阅https://community.atlassian.com/t5/FishEye-Crucible-questions/Bulk-deleting-400-repositories-in-Fisheye-Crucible/qaq-p/301703上开发人员的回答)
https://stackoverflow.com/questions/42910133
复制相似问题