Global events / webhook
Hi!
I'd like to build my own build dashboard, with dynamically updating build statuses.
But I cannot find a way to register global webhooks that receive all events, I can only set notifications for build statuses (when the build errors or succeeds, and if the status changes).
Is there a way to subscribe to all events regarding builds?
We have an on-prem installation, if that matters. :)
Comments are currently closed for this discussion. You can start a new one.
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
1 Posted by Chris Gårdenber... on 14 Jan, 2020 12:28 PM
I think I have managed to fix this, by creating a service account in AppVeyor, login through the API endpoint, take that cookie, initiate the websocket connection against the signalr hub with the cookie and subscribe to
subscribeAccountEvents
:)Chris Gårdenberg closed this discussion on 14 Jan, 2020 12:28 PM.