views:

28

answers:

1

Hi, does anyone know whether it is possible to tell what project triggered build in CruiseControl.NET, especially when I have a set InnerTriggers. Can you set a name for the trigger ?

+1  A: 

You could use Parameter Triggers, which are introduced with CCNET 1.5.

The Chairman