0

I was just playing around with the URLTrigger plugin to send updates for commits to a very simple server. However it never fires.

This is a hosted FB8.1 install using Kiln+mercurial. I wonder if pushing to a kiln hosted repository qualifies as a "commit" for the purposes of URLTrigger?

I would absolutely love to see this working so any help is appreciated immensely!

flag

1 Answer

2

URL Trigger's SourceControlComit events only fire for source control repositories that have been configured under Admin -> Source Control within FogBugz.

Kiln is more tightly integrated with FogBugz and so does not need (or use) that configuration. If you're looking to trigger events when changesets are pushed to Kiln, you're probably looking for Kiln's built-in support for "Web Hooks".

You can find that feature under Admin -> Web Hooks when browsing a page inside of Kiln.

link|flag
db, thank you I didn't even look at kiln settings. It may be a good idea to take the URLTrigger code-committed event out if that's the preferred way of doing it. – Trey Stout Mar 23 2011 at 15:56
@Trey we can't quite take it out since that's still used for anyone that's not using Kiln...and some customers actually use FogBugz + Kiln + other source control. We can definitely clarify the situation for Kiln on the URLTrigger configuration page though. Thanks for the suggestion! – db Mar 23 2011 at 17:16

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.