|
Triggers |
Top Previous Next |
|
Code Collaborator can execute an external script or application when certain events occur. This is useful when integrating Code Collaborator with other systems such as issue-tracking, ALM, or builds. Possible uses of triggers include:
The Triggers section of the Administration page lets you configure the various triggers:
The Executable field specifies the application to run. If this is a script, use the script executable here (e.g. Perl, PHP, Python). This must be an absolute path to the application; the form will complain if the file cannot be found or executed. The Parameters field is a list of arguments to supply to the executable. If this is a script, the absolute path to the script itself is typically the first argument. There are many special arguments you can supply that will be replaced by Code Collaborator when the application is executed. For example, ${review.title} will be replaced by the title of the review associated with the given triggering event. See the Variable Substitution chapter for details. |