guyzmo / git-repo

Git-Repo: CLI utility to manage git services from your workspace
https://webchat.freenode.net/?channels=#git-repo
Other
842 stars 86 forks source link

query build status for a repo/branch/pr #134

Open shoekstra opened 7 years ago

shoekstra commented 7 years ago

It would be handy to be able to query a repo's default branch, specified branch or PR about it's CI build/job status.

https://developer.atlassian.com/bitbucket/server/docs/latest/how-tos/updating-build-status-for-commits.html

https://developer.github.com/v3/repos/statuses/

https://docs.gitlab.com/ce/api/commits.html#post-the-build-status-to-a-commit

guyzmo commented 7 years ago

That would be a nice feature, I guess it could be part of the list command. At some point we could introduce an info command that gives a summary of the projects with various status (like that one).