I am brand new to the concept of webhooks. Is it possible to use Unity Cloud build Webhooks to upload a build to my server?
If so does anyone have an example of this?
Thanks!
I am brand new to the concept of webhooks. Is it possible to use Unity Cloud build Webhooks to upload a build to my server?
If so does anyone have an example of this?
Thanks!
You can obtain a build and download it to your server, or transfer it to another server. I have written some php scripts that transfer builds from Unity Cloud Build to HockeyApp, downloading the builds to our own environment first.
See GitHub - jorrit-de-vries/unity-cloud-build-webhook-for-hockeyapp: An implementation of a Unity Cloud Build webhook. for an example.