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).
|
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. |
|||
|
|
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 |
||
|
|