有没有办法在drone.io中检索每个分支的最新版本。 Travis-ci支持这一点:
api GET /repos/{repository.id}/branches 并在其UI中显示:
https://travis-ci.org/ {用户} / {库} /分支
答案 0 :(得分:1)
您可以检索有关构建的信息,然后在代码中按分支过滤掉。
https://drone.domain.com/api/repos/<USER>/<REPO>/builds
替换您的主机,用户和回购。
https://github.com/drone/drone/blob/master/router/router.go#L72