Hello
What is the mechanism to trigger a command on an external system ( Ex: Running a command on unix shell) when a change is made to a repository.
Please let me know.
Thanks
For Cloud, you may need to use a Webhook that will receive and execute whatever scripted processes you have. See Manage Webhooks
In practice, based on your configuration, an event will fire to the URL that will receive said message. Once received, then you can perform whatever actions are needed. On the server side, this would be similar to a post-receive script execution which triggers after changes are pushed.
-Mark
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.