1

Can I be notified by email or RSS whenever someone adds a new tag to a specified repo in Kiln? I want to know when a new build is ready and tagged so I can look at what changesets made it in (and which didn't).

flag

2 Answers

1

New tags will already be specified in Kiln's RSS, since adding them requires making a new changeset. You shouldn't need to do anything other than subscribe to the repository's RSS feed to be notified.

link|flag
I don't want to see every checkin, so I should still use Anton's suggestion of looking at the feed with a script? – adambox Jul 27 2010 at 13:28
1

You can use web hooks to achive this goal. However, web hooks only trigger when Kiln recieves a new push. So you can write a script to handle a payload of JSON POST data, which will check if there is a new tag, and notify you via email or any other way.

To add web hooks, go to https://[your account].kilnhg.com/WebHooks

link|flag

Your Answer

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