For projects that use SCons as the build system. This causes Hudson to invoke SCons with the given targets, variables and options. Any non-zero exit code causes Hudson to mark the build as a failure.
The command synopsis is scons [ options] [ name=val... ] [ targets]
scons searches for a file named SConstruct, Sconstruct, or sconstruct (in that order) in the current directory and reads its configuration from the first file found.