Feature request: custom triggers

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
christian
Posts: 202
Joined: Tue Sep 14, 2004 1:02 pm
Location: UK

Feature request: custom triggers

Post by christian » Wed Dec 08, 2004 9:48 am

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

mferry
Posts: 1
Joined: Tue Dec 20, 2005 1:24 am

I concur!

Post by mferry » Tue Dec 20, 2005 1:26 am

We could really, really use this ability to fire off things.

I'd also like to be able to shell out to the cmd line somehow from a trigger, but I like the idea of vbscript and/or .net dlls.

Thanks

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue Dec 20, 2005 6:47 am

This is available.

Have you read through this thread - Vault Customization Hooks - http://support.sourcegear.com/viewtopic.php?t=3635?
Jeff Clausius
SourceGear

ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Re: Feature request: custom triggers

Post by ismangil » Sun Dec 25, 2005 4:48 am

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
As noted by Jeff, a plugin mechanism already exists. We are already using it for issues log integration.

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.

Post Reply