Build for Commit ID
Is there any way to get the last build for a Commit ID through the API? I see it's possible to get the last build for a branch, but if I use the commit ID as the branch, that doesn't work.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 24 Apr, 2020 04:28 PM
There is no API for that right now.
However, if it's GitHub then you can ask for the statuses of specific commit and then take build URL: https://developer.github.com/v3/repos/statuses/#list-statuses-for-a...
2 Posted by mjonker on 24 Apr, 2020 06:40 PM
That will work. Thanks!