I'm probably not the first to ask...
Can you add custom server side triggers that fire on a check-in? We would then be able to implement these triggers in say VB script or perhaps .Net dlls.
I have an immediate use for this - being able to trigger the automated build.
Thanks
Christian
Feature request: custom triggers
Moderator: SourceGear
This is available.
Have you read through this thread - Vault Customization Hooks - http://support.sourcegear.com/viewtopic.php?t=3635?
Have you read through this thread - Vault Customization Hooks - http://support.sourcegear.com/viewtopic.php?t=3635?
Jeff Clausius
SourceGear
SourceGear
Re: Feature request: custom triggers
As noted by Jeff, a plugin mechanism already exists. We are already using it for issues log integration.christian wrote:I'm probably not the first to ask...
Can you add custom server side triggers that fire on a check-in? We would then be able to implement these triggers in say VB script or perhaps .Net dlls.
I have an immediate use for this - being able to trigger the automated build.
Thanks
Christian
For automated builds, we don't use the plugin as CruiseControl.NET will poll Vault at specified time intervals, and provides the ability to filter modifications based on path, user, or activity.