有没有办法检索drone.io中每个分支的最新版本。Travis-ci支持以下内容:
GET /repos/{repository.id}/branches接口,并在其UI中显示:
存储库{https://travis-ci.org/}/{/branches}存储库
发布于 2018-01-29 06:40:12
您可以检索有关生成的信息,然后按代码中的分支进行筛选。
https://drone.domain.com/api/repos/<USER>/<REPO>/builds
替换为您的主机、用户和存储库。
https://github.com/drone/drone/blob/master/router/router.go#L72
https://stackoverflow.com/questions/48423049
复制相似问题